Skip to content

Commit 83098ba

Browse files
Bump actions/checkout from 5.0.0 to 6.0.2 (#2323)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.2.
1 parent 7c41934 commit 83098ba

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ${{ matrix.os }}
6969
steps:
7070
- name: "Checkout repository 🛎"
71-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
71+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
7272
with:
7373
persist-credentials: false
7474

@@ -129,7 +129,7 @@ jobs:
129129
pull-requests: write
130130
steps:
131131
- name: "Checkout repository 🛎"
132-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
132+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
133133
with:
134134
persist-credentials: false
135135

@@ -185,7 +185,7 @@ jobs:
185185
runs-on: ubuntu-latest
186186
steps:
187187
- name: "Checkout repository 🛎"
188-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
188+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
189189
with:
190190
persist-credentials: false
191191

.github/workflows/a11y.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444
steps:
4545
- name: "Checkout repository 🛎"
46-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
46+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4747
with:
4848
persist-credentials: false
4949

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ${{ matrix.os }}
5656
steps:
5757
- name: "Checkout repository 🛎"
58-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
58+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5959
with:
6060
persist-credentials: false
6161

@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
steps:
8888
- name: "Checkout repository 🛎"
89-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
89+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
9090
with:
9191
persist-credentials: false
9292

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: "Checkout repository"
23-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2424
with:
2525
persist-credentials: false
2626

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout repository 🛎"
28-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
28+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2929
with:
3030
persist-credentials: false
3131

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: "Checkout repository 🛎"
46-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
46+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
4747
with:
4848
persist-credentials: false
4949

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
security-events: write
2525
steps:
2626
- name: "Checkout repository 🛎"
27-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2828
with:
2929
persist-credentials: false
3030

0 commit comments

Comments
 (0)