Skip to content

Commit 5656bfb

Browse files
committed
Update remaining workflow files to use actions/checkout@v5
1 parent 860341c commit 5656bfb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/copilot-setup-steps.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

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

2323
- name: Setup .NET
2424
uses: actions/setup-dotnet@v2

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
target-os: [windows-latest, ubuntu-latest, macos-latest]
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
ref: 'refs/pull/${{ github.event.inputs.pr_number }}/merge'
2929
fetch-depth: 0
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ${{ matrix.runner-os }}
9696
concurrency: integration-test-${{ matrix.source-vcs }}-${{ matrix.runner-os }}
9797
steps:
98-
- uses: actions/checkout@v4
98+
- uses: actions/checkout@v5
9999
with:
100100
ref: 'refs/pull/${{ github.event.inputs.pr_number }}/merge'
101101
fetch-depth: 0

0 commit comments

Comments
 (0)