Skip to content

Commit

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

chore(deps): Bump actions/cache from 3 to 4
  • Loading branch information
fredclausen authored Jan 19, 2024
2 parents 8b02364 + 5238471 commit dafefbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
- run: ls -la ./bin/*

- name: Cache Binaries
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./bin/
key: ${{ github.run_id }}
Expand All @@ -209,7 +209,7 @@ jobs:

- name: Cache cargo build output
id: get_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./bin/
key: ${{ github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
- run: ls -la ./bin/*

- name: Cache Binaries
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./bin/
key: ${{ github.run_id }}
Expand Down

0 comments on commit dafefbb

Please sign in to comment.