Skip to content

Commit

Permalink
Merge pull request flippercloud#829 from flippercloud/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
bkeepers authored Feb 2, 2024
2 parents ef158d1 + 5c01760 commit 3c4ec2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Do some action caching
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ hashFiles('**/Gemfile.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Do some action caching
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

0 comments on commit 3c4ec2f

Please sign in to comment.