Skip to content

Commit e93fc31

Browse files
authored
Update some GitHub Actions steps version (#1150)
1 parent 300d4ea commit e93fc31

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/cpp_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ffmpeg-version-for-tests: ['4.4.2', '5.1.2', '6.1.1', '7.0.1']
2323
steps:
2424
- name: Check out repo
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v6
2626
- name: Setup conda env
2727
uses: conda-incubator/setup-miniconda@v3
2828
with:

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ['3.12']
2323
steps:
2424
- name: Check out repo
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v6
2626
- name: Setup conda env
2727
uses: conda-incubator/setup-miniconda@v3
2828
with:
@@ -50,7 +50,7 @@ jobs:
5050
python-version: ['3.12']
5151
steps:
5252
- name: Check out repo
53-
uses: actions/checkout@v3
53+
uses: actions/checkout@v6
5454
- name: Setup conda env
5555
uses: conda-incubator/setup-miniconda@v3
5656
with:

.github/workflows/linux_cuda_aarch64_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
needs: build
7272
steps:
7373
- name: Check out repo
74-
uses: actions/checkout@v3
74+
uses: actions/checkout@v6
7575

7676
- name: Remove src/ folder
7777
run: bash packaging/remove_src.sh

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo python_version_without_periods=${python_version_without_periods} >> $GITHUB_ENV
8787
8888
- name: Check out repo
89-
uses: actions/checkout@v3
89+
uses: actions/checkout@v6
9090

9191
- name: Remove src/ folder
9292
run: bash packaging/remove_src.sh
@@ -151,7 +151,7 @@ jobs:
151151
echo python_version_without_periods=${python_version_without_periods} >> $GITHUB_ENV
152152
153153
- name: Check out repo
154-
uses: actions/checkout@v3
154+
uses: actions/checkout@v6
155155

156156
- name: Remove src/ folder
157157
run: bash packaging/remove_src.sh

.github/workflows/linux_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
needs: build
6868
steps:
6969
- name: Check out repo
70-
uses: actions/checkout@v3
70+
uses: actions/checkout@v6
7171

7272
- name: Remove src/ folder
7373
run: bash packaging/remove_src.sh

.github/workflows/macos_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
needs: build
7070
steps:
7171
- name: Check out torchcodec repo
72-
uses: actions/checkout@v3
72+
uses: actions/checkout@v6
7373

7474
- name: Remove src/ folder
7575
run: bash packaging/remove_src.sh

.github/workflows/windows_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
needs: build
7676
steps:
7777
- name: Check out repo
78-
uses: actions/checkout@v3
78+
uses: actions/checkout@v6
7979

8080
- name: Remove src/ folder
8181
run: bash packaging/remove_src.sh

0 commit comments

Comments
 (0)