Skip to content

Commit

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

Bump actions/cache from 4.0.2 to 4.1.1
  • Loading branch information
MattKiazyk authored Oct 18, 2024
2 parents dc31fe8 + 7171b90 commit b81eab0
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@v4.0.2
uses: actions/cache@v4.1.1
with:
path: AppCast/vendor/bundle
key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}
Expand Down

0 comments on commit b81eab0

Please sign in to comment.