Skip to content

Commit

Permalink
Merge pull request #26 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 30, 2024
2 parents 45b1c7d + 2ed5af0 commit ce2b50e
Showing 1 changed file with 1 addition and 1 deletion.
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 ce2b50e

Please sign in to comment.