Skip to content

Commit

Permalink
Merge pull request #127 from sdr-enthusiasts/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/cache-4.2.0

chore(deps): Bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
fredclausen authored Jan 3, 2025
2 parents 75da997 + 2916d73 commit 6adfc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- run: ls -la ./bin/*

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

0 comments on commit 6adfc19

Please sign in to comment.