Skip to content

Commit

Permalink
deps: Bump actions/cache from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfloyd committed Jan 30, 2024
2 parents e970f19 + 63da4d7 commit 727fee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/octokit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache Ruby dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./.bundle/gems
key: >-
Expand Down

0 comments on commit 727fee0

Please sign in to comment.