Skip to content

Commit 08af66f

Browse files
Update actions/checkout action to v6 (#163)
Co-authored-by: horothesun-renovate[bot] <155104562+horothesun-renovate[bot]@users.noreply.github.com>
1 parent 100ed51 commit 08af66f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
timeout-minutes: 10
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131

3232
- name: Run ShellCheck
3333
uses: ludeeus/action-shellcheck@2.0.0

.github/workflows/ecr_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 5
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717

1818
- name: Configure AWS credentials
1919
uses: aws-actions/configure-aws-credentials@v5

0 commit comments

Comments
 (0)