Skip to content

Commit

Permalink
ci(deps): update github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleShit committed Jul 19, 2024
1 parent 6e35343 commit 0665244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Cache build
id: cache-build
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-build
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Cache build
id: cache-build
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-build
with:
Expand Down

0 comments on commit 0665244

Please sign in to comment.