Skip to content

Commit

Permalink
Update workflow step versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JHawk0224 committed Jan 15, 2025
1 parent 8fdefaf commit 69bbd49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# https://stackoverflow.com/questions/65821440/how-to-select-xcode-version-in-fastlane-when-using-github-actions
run: sudo xcode-select -s '/Applications/Xcode_16.0.app/Contents/Developer'
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Create Config File
run: |
cat << EOF > Config/Release.xcconfig
Expand All @@ -33,7 +33,7 @@ jobs:
${{ secrets.FASTLANE_JSON_KEY }}
EOF
- name: Cache SPM
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
Expand Down

0 comments on commit 69bbd49

Please sign in to comment.