Skip to content

Commit

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

Bump actions/cache from 4.0.0 to 4.0.1
  • Loading branch information
MattKiazyk authored Mar 8, 2024
2 parents 5993385 + 791ae59 commit 5632820
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.0
uses: actions/cache@v4.0.1
with:
path: AppCast/vendor/bundle
key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}
Expand Down

0 comments on commit 5632820

Please sign in to comment.