Skip to content

Commit 6d984bf

Browse files
Update actions/checkout action to v5.0.1 (#1347)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 990ffca commit 6d984bf

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Defined steps will run before the agent starts.
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2828
- name: Fetch all tags and branches
2929
run: git fetch --prune --unshallow
3030
- name: Install .NET

.github/workflows/integrationtests.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
steps:
2222
- name: Get the sources
23-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2424
- name: Fetch all tags and branches
2525
run: git fetch --prune --unshallow
2626
- name: Install .NET
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ${{ matrix.os }}
5656
steps:
5757
- name: Get the sources
58-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
58+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5959
with:
6060
lfs: true
6161
- name: Prepare integration tests
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: ${{ matrix.os }}
8383
steps:
8484
- name: Get the sources
85-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
85+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
8686
- name: Prepare integration tests
8787
uses: ./.github/actions/prepare-integration-test
8888
with:
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ${{ matrix.os }}
110110
steps:
111111
- name: Get the sources
112-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
112+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
113113
- name: Prepare integration tests
114114
uses: ./.github/actions/prepare-integration-test
115115
with:
@@ -134,7 +134,7 @@ jobs:
134134
runs-on: ${{ matrix.os }}
135135
steps:
136136
- name: Get the sources
137-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
137+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
138138
- name: Prepare integration tests
139139
uses: ./.github/actions/prepare-integration-test
140140
with:
@@ -159,7 +159,7 @@ jobs:
159159
runs-on: ${{ matrix.os }}
160160
steps:
161161
- name: Get the sources
162-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
162+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
163163
- name: Prepare integration tests
164164
uses: ./.github/actions/prepare-integration-test
165165
with:
@@ -184,7 +184,7 @@ jobs:
184184
runs-on: ${{ matrix.os }}
185185
steps:
186186
- name: Get the sources
187-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
187+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
188188
- name: Prepare integration tests
189189
uses: ./.github/actions/prepare-integration-test
190190
with:
@@ -209,7 +209,7 @@ jobs:
209209
runs-on: ${{ matrix.os }}
210210
steps:
211211
- name: Get the sources
212-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
212+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
213213
- name: Prepare integration tests
214214
uses: ./.github/actions/prepare-integration-test
215215
with:
@@ -234,7 +234,7 @@ jobs:
234234
runs-on: ${{ matrix.os }}
235235
steps:
236236
- name: Get the sources
237-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
237+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
238238
- name: Prepare integration tests
239239
uses: ./.github/actions/prepare-integration-test
240240
with:
@@ -259,7 +259,7 @@ jobs:
259259
runs-on: ${{ matrix.os }}
260260
steps:
261261
- name: Get the sources
262-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
262+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
263263
- name: Prepare integration tests
264264
uses: ./.github/actions/prepare-integration-test
265265
with:
@@ -284,7 +284,7 @@ jobs:
284284
runs-on: ${{ matrix.os }}
285285
steps:
286286
- name: Get the sources
287-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
287+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
288288
- name: Prepare integration tests
289289
uses: ./.github/actions/prepare-integration-test
290290
with:

.github/workflows/publish-develop-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Get the sources
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2020
with:
2121
lfs: true
2222
fetch-depth: 0

.github/workflows/publish-release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Get the sources
21-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2222
with:
2323
lfs: true
2424
fetch-depth: 0

.github/workflows/pushpreview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.event.label.name == 'preview'
1414
steps:
1515
- name: Get the sources
16-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1717
- name: Comment
1818
run: |
1919
gh pr comment ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --body "⚙️ Hang tight! PushPreview is currently building your preview. We'll share the URL as soon as it's ready."

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
steps:
2929
- name: Get the sources
30-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3131
- name: Fetch all tags and branches
3232
run: git fetch --prune --unshallow
3333
- name: Install .NET

0 commit comments

Comments
 (0)