Skip to content

Commit

Permalink
Merge pull request #73 from grafana/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
federicotdn authored Dec 13, 2024
2 parents 878e257 + 54374f2 commit a5932e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k6-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Cache k6
id: cache-k6
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /usr/bin/k6
key: ${{ runner.os }}-k6
Expand Down

0 comments on commit a5932e2

Please sign in to comment.