Skip to content

Commit

Permalink
Merge pull request opensearch-project#298 from parca-dev/dependabot/g…
Browse files Browse the repository at this point in the history
…ithub_actions/actions/cache-3

build(deps): bump actions/cache from 2 to 3
  • Loading branch information
kakkoyun authored Mar 21, 2022
2 parents 7d76f76 + b8d2221 commit 4ca31ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Initialize and update libbpf submodule
run: git submodule init && git submodule update

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
# In order:
# * Module download cache
Expand Down

0 comments on commit 4ca31ee

Please sign in to comment.