Skip to content

Commit ea97c6b

Browse files
chore(deps): update all dependencies on github actions
1 parent cf6bbf4 commit ea97c6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_to_s3.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
timeout-minutes: 30
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
with:
2121
persist-credentials: false
22-
- uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
22+
- uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
2323
with:
2424
aws-region: 'ap-northeast-1'
2525
role-to-assume: 'arn:aws:iam::607167088920:role/github-actions'
2626
- name: Install, build, and upload your site
27-
uses: withastro/action@56781b97402ce0487b7e61ce2cb960c0e2cc5289 # v3.0.2
27+
uses: withastro/action@77fad83745446cf039d76af7037b782f1af80749 # v4.1.0
2828
env:
2929
NOTION_API_SECRET: ${{ secrets.NOTION_API_SECRET }}
3030
DATABASE_ID: ${{ secrets.DATABASE_ID }}

0 commit comments

Comments
 (0)