Skip to content

Commit

Permalink
Merge pull request apache#1162 from apache/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…develop/actions/cache-v2.1.5

build(deps): bump actions/cache from v2.1.4 to v2.1.5
  • Loading branch information
AlexStocks authored Apr 21, 2021
2 parents e2022b0 + 518be2b commit 3162e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v2

- name: Cache dependencies
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
# Cache
path: ~/go/pkg/mod
Expand Down

0 comments on commit 3162e41

Please sign in to comment.