Skip to content

Commit

Permalink
Merge pull request doorkeeper-gem#1609 from doorkeeper-gem/dependabot…
Browse files Browse the repository at this point in the history
…/github_actions/actions/cache-3

Bump actions/cache from 1 to 3
  • Loading branch information
nbulaj authored Dec 6, 2022
2 parents e42e3ce + 597b6a8 commit 994a625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.7'
- uses: actions/cache@v1
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('Gemfile') }}
Expand Down

0 comments on commit 994a625

Please sign in to comment.