Skip to content

Commit

Permalink
Merge pull request #73 from adanalife/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-2.1.7

Bump actions/cache from 2.1.5 to 2.1.7
  • Loading branch information
dmerrick authored Jan 2, 2022
2 parents b2b28f2 + f6a132f commit 78e4ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
#TODO: bring this back to 2.7
ruby-version: '2.6'
- uses: actions/checkout@v2
- uses: actions/[email protected].5
- uses: actions/[email protected].7
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
#TODO: bring this back to 2.7
ruby-version: '2.6'
- uses: actions/checkout@v2
- uses: actions/[email protected].5
- uses: actions/[email protected].7
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

0 comments on commit 78e4ca1

Please sign in to comment.