Skip to content

Commit

Permalink
build(deps): bump actions/cache from 2.1.4 to 4.1.2 in /.github/workf…
Browse files Browse the repository at this point in the history
…lows (aws#4928)
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 532c4fe commit bf6ed06
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_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Cache
id: cache
uses: actions/cache@v2.1.4
uses: actions/cache@v4
continue-on-error: true
with:
path: ${{ env.CPPCHECK_INSTALL_DIR }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:

- name: Cache OpenSSL 1.0.2
id: cache-openssl
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/openssl-102/install
key: ${{ runner.os }}-openssl-102
Expand Down

0 comments on commit bf6ed06

Please sign in to comment.