Skip to content

Commit

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

chore(deps): Bump actions/cache from 4.0.2 to 4.1.1
  • Loading branch information
fredclausen authored Oct 24, 2024
2 parents eb81084 + 9ea5695 commit bc84751
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@v4.0.2
uses: actions/cache@v4.1.1
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@v4.0.2
uses: actions/cache@v4.1.1
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@v4.0.2
uses: actions/cache@v4.1.1
with:
path: ./bin/
key: ${{ github.run_id }}
Expand Down

0 comments on commit bc84751

Please sign in to comment.