Skip to content

Commit

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

Bump actions/cache from 3 to 4
  • Loading branch information
fredclausen authored Jan 30, 2024
2 parents b68260b + 15b06d3 commit 112ee4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,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
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,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 112ee4d

Please sign in to comment.