Skip to content

Commit 2136d5a

Browse files
deps: actions/checkout action to v6 (#347)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dedd1c8 commit 2136d5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
CI: true
1818
steps:
1919
- name: Check out repo
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
@@ -54,7 +54,7 @@ jobs:
5454
CI: true
5555
steps:
5656
- name: Check out repo
57-
uses: actions/checkout@v5
57+
uses: actions/checkout@v6
5858
with:
5959
fetch-depth: 0
6060

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
CI: true
1313
steps:
1414
- name: Check out repo
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

@@ -57,7 +57,7 @@ jobs:
5757
CI: true
5858
steps:
5959
- name: Check out repo
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
6161
with:
6262
fetch-depth: 0
6363

0 commit comments

Comments
 (0)