Skip to content

Commit

Permalink
Bump @actions/cache from 2.0.5 to 3.0.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 29, 2022
1 parent 1dd89b5 commit ddd0fd0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/gacts/install-geth-tools#readme",
"dependencies": {
"@actions/cache": "^2.0.5",
"@actions/cache": "^3.0.0",
"@actions/core": "^1.9.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@actions/cache@^2.0.5":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-2.0.5.tgz#46b5309186dd55d17d19acfd37d7fd6212197d77"
integrity sha512-aG06dsgcVtiuHLJsIfwrDtvzNNJQ+Iqk8DQt1IeI6gG7ezmLaSdZkHEwA/DNrm5TtOahLcgGEo2SXqbFElVMQg==
"@actions/cache@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-3.0.0.tgz#1c78e7f3431bca34796dcdc3a233931cff5ed28d"
integrity sha512-GL9CT1Fnu+pqs8TTB621q8Xa8Cilw2n9MwvbgMedetH7L1q2n6jY61gzbwGbKgtVbp3gVJ12aNMi4osSGXx3KQ==
dependencies:
"@actions/core" "^1.2.6"
"@actions/exec" "^1.0.1"
Expand Down

0 comments on commit ddd0fd0

Please sign in to comment.