Skip to content

Commit

Permalink
Merge pull request datadrivers#1 from datadrivers/fix/deprecated-cach…
Browse files Browse the repository at this point in the history
…e-action

fix: update nodejs dependency
  • Loading branch information
stevie- authored Feb 2, 2024
2 parents 27e6c73 + bb0f6e7 commit 31c54f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
- name: setup cache
id: cache-sig
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: awscliv2.zip
key: ${{ runner.os }}-${{ hashFiles('awscliv2.zip.sig') }}
Expand Down

0 comments on commit 31c54f7

Please sign in to comment.