Skip to content

Commit

Permalink
Merge pull request #66 from docwho2/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
docwho2 committed Jan 21, 2024
2 parents dd1261d + 33ac051 commit 831d1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
--overwrite
- name: Cache SAM Build files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .aws-sam
key: ${{ runner.os }}-sam
Expand Down

0 comments on commit 831d1a6

Please sign in to comment.