Skip to content

Commit 47d414e

Browse files
authored
Merge pull request #22 from takehiro1111/renovate/actions-cache-4.x
Update actions/cache action to v4
2 parents 733ff0c + b8d258f commit 47d414e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/s3_conversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232

3333
- uses: actions/setup-python@v4
3434

35-
- uses: actions/cache@v2
35+
- uses: actions/cache@v4
3636
with:
3737
path: ~/.cache/pip
3838
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
3939

4040
# SAMビルドのキャッシュ
41-
- uses: actions/cache@v2
41+
- uses: actions/cache@v4
4242
with:
4343
path: .aws-sam/build
4444
key: ${{ runner.os }}-sam-build-${{ hashFiles('**/*.py') }}

0 commit comments

Comments
 (0)