Skip to content

Commit 7127cae

Browse files
chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#270)
1 parent 3aeb0b5 commit 7127cae

8 files changed

+8
-8
lines changed

.github/workflows/build-dotnet-fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ${{ inputs.runsOnBuild || 'ubuntu-latest' }}
6868
steps:
6969
- name: Checkout repository
70-
uses: actions/checkout@v4.2.2
70+
uses: actions/checkout@v5.0.0
7171
with:
7272
fetch-depth: 0
7373
submodules: recursive

.github/workflows/step-dotnet-build.yml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v4.2.2
38+
uses: actions/checkout@v5.0.0
3939
with:
4040
fetch-depth: 0
4141
submodules: recursive

.github/workflows/step-dotnet-draft-release.yml

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

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4.2.2
23+
uses: actions/checkout@v5.0.0
2424
with:
2525
fetch-depth: 0
2626
submodules: recursive

.github/workflows/step-dotnet-format.yml

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

3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@v4.2.2
35+
uses: actions/checkout@v5.0.0
3636
with:
3737
fetch-depth: 0
3838
submodules: recursive

.github/workflows/step-dotnet-tests.yml

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

6565
steps:
6666
- name: Checkout repository
67-
uses: actions/checkout@v4.2.2
67+
uses: actions/checkout@v5.0.0
6868
with:
6969
fetch-depth: 0
7070
submodules: recursive

.github/workflows/step-dotnet-version.yml

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

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v4.2.2
34+
uses: actions/checkout@v5.0.0
3535
with:
3636
fetch-depth: 0
3737
submodules: recursive

.github/workflows/step-node-commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4.2.2
17+
uses: actions/checkout@v5.0.0
1818
with:
1919
fetch-depth: 0
2020
submodules: recursive

.github/workflows/update-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212

1313
- name: Checkout repository
14-
uses: actions/checkout@v4.2.2
14+
uses: actions/checkout@v5.0.0
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)