Skip to content

Commit 24ac055

Browse files
qryxipclaude
andauthored
chore: bump actions/checkout from v3 to v6 (#15)
v3は多分もう動かないと思うため。 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 00fa06f commit 24ac055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/download_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
tool-cache: false
4040
large-packages: false
4141
swap-storage: false
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v6
4343
- name: Prepare directory
4444
shell: bash
4545
run: |
@@ -71,7 +71,7 @@ jobs:
7171
ASSET_NAME: DirectML-${{ matrix.artifact_name }}
7272
runs-on: ubuntu-latest
7373
steps:
74-
- uses: actions/checkout@v3
74+
- uses: actions/checkout@v6
7575
- name: Prepare directory
7676
shell: bash
7777
run: |

0 commit comments

Comments
 (0)