Skip to content

Commit

Permalink
Merge pull request #27 from KSXGitHub/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-3.3.1

build(deps): bump actions/cache from 2.1.6 to 3.3.1
  • Loading branch information
KSXGitHub authored Oct 29, 2024
2 parents 08567c3 + 5b9c83c commit 21140bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3

- name: Cache
uses: actions/cache@v2.1.6
uses: actions/cache@v3.3.1
timeout-minutes: 1
continue-on-error: true
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v3

- name: Cache
uses: actions/cache@v2.1.6
uses: actions/cache@v3.3.1
timeout-minutes: 1
continue-on-error: true
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
Expand Down

0 comments on commit 21140bc

Please sign in to comment.