Skip to content

Commit

Permalink
Merge pull request #475 from XcodesOrg/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4.0.0

Bump actions/cache from 3.3.2 to 4.0.0
  • Loading branch information
MattKiazyk authored Jan 19, 2024
2 parents 0dc13d8 + 1cf4381 commit 159f1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appcast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
persist-credentials: false

- name: Cache 📦
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: AppCast/vendor/bundle
key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}
Expand Down

0 comments on commit 159f1ca

Please sign in to comment.