Skip to content

Commit

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

Bump actions/cache from 3 to 4
  • Loading branch information
docwho2 committed Jan 21, 2024
2 parents d4df07a + 46b176e commit fd8596c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
use-installer: true

- name: Cache SAM Build files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .aws-sam
key: ${{ runner.os }}-sam
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,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
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,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 fd8596c

Please sign in to comment.