Skip to content

Commit f0d3c85

Browse files
committed
Use actions/checkout@v6
1 parent c1d20c5 commit f0d3c85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
MIX_ENV: test
1515
steps:
1616
- name: Checkout git repo
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- name: Read ./versions
2020
run: |
@@ -83,7 +83,7 @@ jobs:
8383
run: git config --global core.autocrlf input
8484

8585
- name: Checkout git repo
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v6
8787

8888
- name: Read ./versions
8989
shell: bash

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
2525
steps:
2626
- name: Checkout git repo
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828

2929
- name: Create release
3030
run: |
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ${{ matrix.platform }}
8080
steps:
8181
- name: Checkout repository
82-
uses: actions/checkout@v4
82+
uses: actions/checkout@v6
8383

8484
- name: Read versions
8585
shell: bash
@@ -221,7 +221,7 @@ jobs:
221221
CUDA_VERSION_MAJOR=12
222222
CUDA_VERSION_MINOR=8
223223
steps:
224-
- uses: actions/checkout@v4
224+
- uses: actions/checkout@v6
225225

226226
- run: |
227227
. versions

0 commit comments

Comments
 (0)