Skip to content

Commit e947c74

Browse files
Update actions/checkout action to v6
1 parent 1c9e3e0 commit e947c74

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository_owner == 'statnett'
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
with:
1717
fetch-depth: 0
1818
- name: Install the latest version of uv and set the python version

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
python-version: ["3.10", "3.11", "3.12", "3.13"]
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1313
with:
1414
fetch-depth: 0
1515
- name: Install the latest version of uv and set the python version
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
python-version: ["3.10", "3.11", "3.12", "3.13"]
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030
with:
3131
fetch-depth: 0
3232
- name: Install the latest version of uv and set the python version

0 commit comments

Comments
 (0)