This commit is contained in:
Max Goedjen
2025-08-17 21:42:23 -05:00
committed by GitHub
parent eeec2c3169
commit ecd001a082
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: macos-15
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Signing
env:
SIGNING_DATA: ${{ secrets.SIGNING_DATA }}
@@ -32,7 +32,7 @@ jobs:
runs-on: macos-15
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup Signing
env:
SIGNING_DATA: ${{ secrets.SIGNING_DATA }}