Skip to content

Commit

Permalink
Merge pull request #43 from viluon/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4.1.1

Bump actions/cache from 4.1.0 to 4.1.1
  • Loading branch information
viluon authored Oct 15, 2024
2 parents ce52a37 + e66a2cc commit ef9398a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
targets: ${{ matrix.target }}
- name: setup cache
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
sudo apt-get install -y libgdk-pixbuf2.0-dev libgtk-3-dev libasound2-dev libpulse-dev
- name: setup cache
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: |
Expand Down

0 comments on commit ef9398a

Please sign in to comment.