Skip to content

Commit 0d92d17

Browse files
chore(deps): upgrade actions/checkout action to v6 (#216)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 844e032 commit 0d92d17

8 files changed

Lines changed: 14 additions & 14 deletions

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
language: ["python"]
2727
steps:
2828
- name: "Checkout repository"
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
- name: "Initialize CodeQL"
3131
uses: github/codeql-action/init@v4
3232
with:

.github/workflows/docs-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: "Checkout Repository"
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
- name: "Setup Python"
4141
uses: actions/setup-python@v6
4242
with:

.github/workflows/docs-localization-download.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pr_id: ${{ steps.convert_outputs.outputs.pr_id }}
1616
steps:
1717
- name: "Checkout Repository"
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: "Setup Python"
2020
uses: actions/setup-python@v6
2121
with:
@@ -74,7 +74,7 @@ jobs:
7474
environment: translations
7575
steps:
7676
- name: "Checkout Repository"
77-
uses: actions/checkout@v5
77+
uses: actions/checkout@v6
7878
- name: "Refresh Pull"
7979
run: |
8080
git fetch --all

.github/workflows/docs-localization-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
environment: translations
2121
steps:
2222
- name: "Checkout Repository"
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
- name: "Setup Python"
2525
uses: actions/setup-python@v6
2626
with:

.github/workflows/lib-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: "Checkout Repository"
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
- name: "Setup Python"
3333
uses: actions/setup-python@v6
3434
with:
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: "Checkout Repository"
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050
- name: "Setup Python"
5151
uses: actions/setup-python@v6
5252
with:
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: "Checkout Repository"
68-
uses: actions/checkout@v5
68+
uses: actions/checkout@v6
6969
- name: "Setup Python"
7070
uses: actions/setup-python@v6
7171
with:
@@ -86,7 +86,7 @@ jobs:
8686
python-version: ['3.13', '3.12', '3.11', '3.10']
8787
steps:
8888
- name: "Checkout Repository"
89-
uses: actions/checkout@v5
89+
uses: actions/checkout@v6
9090

9191
- name: "Setup Python"
9292
uses: actions/setup-python@v6

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: "Checkout Repository"
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737
fetch-tags: true
@@ -66,7 +66,7 @@ jobs:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767
steps:
6868
- name: "Checkout Repository"
69-
uses: actions/checkout@v5
69+
uses: actions/checkout@v6
7070
with:
7171
fetch-depth: 0
7272
fetch-tags: true
@@ -172,7 +172,7 @@ jobs:
172172
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
173173
steps:
174174
- name: "Checkout Repository"
175-
uses: actions/checkout@v5
175+
uses: actions/checkout@v6
176176
with:
177177
fetch-depth: 0
178178
fetch-tags: true

.github/workflows/sync-guild-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: "Checkout Repository"
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0 # Fetch all history for all branches
2323
- name: "Setup Python"

.github/workflows/todo-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: "Checkout Repository"
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
- name: "Track TODO Action"
2626
uses: ribtoks/tdg-github-action@bb998752af7ac294aa9350895908ae7eac3f1c1d # v0.4.15-beta
2727
with:

0 commit comments

Comments
 (0)