Skip to content

Commit

Permalink
chore: bump github actions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Dec 27, 2023
1 parent 177bf26 commit 55e446d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: sudo automationmodetool enable-automationmode-without-authentication

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install developer certificate
env:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
${{ runner.os }}-buildtools-
- name: Cache SPM packages
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /Users/runner/Library/Developer/Xcode/DerivedData/**/SourcePackages/checkouts
key: ${{ runner.os }}-spm-${{ hashFiles('Prose/Prose.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}
Expand Down

0 comments on commit 55e446d

Please sign in to comment.