Skip to content

Commit 3fccf46

Browse files
authored
Merge pull request #2687 from GitTools/dependabot/github_actions/actions/checkout-2.3.4
Bump actions/checkout from 2 to 2.3.4
2 parents 9ba0359 + 7b70991 commit 3fccf46

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141

4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v2.3.4
4444
- name: Fetch all history for all tags and branches
4545
run: |
4646
git fetch --prune --unshallow
@@ -82,7 +82,7 @@ jobs:
8282
fail-fast: false
8383

8484
steps:
85-
- uses: actions/checkout@v2
85+
- uses: actions/checkout@v2.3.4
8686
- name: Fetch all history for all tags and branches
8787
run: |
8888
git fetch --prune --unshallow
@@ -114,7 +114,7 @@ jobs:
114114
fail-fast: false
115115

116116
steps:
117-
- uses: actions/checkout@v2
117+
- uses: actions/checkout@v2.3.4
118118
- name: Fetch all history for all tags and branches
119119
run: |
120120
git fetch --prune --unshallow
@@ -144,7 +144,7 @@ jobs:
144144
needs: [build, test]
145145
runs-on: windows-latest
146146
steps:
147-
- uses: actions/checkout@v2
147+
- uses: actions/checkout@v2.3.4
148148
- name: Fetch all history for all tags and branches
149149
run: |
150150
git fetch --prune --unshallow
@@ -174,7 +174,7 @@ jobs:
174174
needs: [build, test]
175175
runs-on: windows-latest
176176
steps:
177-
- uses: actions/checkout@v2
177+
- uses: actions/checkout@v2.3.4
178178
- name: Fetch all history for all tags and branches
179179
run: |
180180
git fetch --prune --unshallow
@@ -204,7 +204,7 @@ jobs:
204204
needs: [build, test]
205205
runs-on: windows-latest
206206
steps:
207-
- uses: actions/checkout@v2
207+
- uses: actions/checkout@v2.3.4
208208
- name: Fetch all history for all tags and branches
209209
run: |
210210
git fetch --prune --unshallow
@@ -244,7 +244,7 @@ jobs:
244244
fail-fast: false
245245

246246
steps:
247-
- uses: actions/checkout@v2
247+
- uses: actions/checkout@v2.3.4
248248
- name: Fetch all history for all tags and branches
249249
run: |
250250
git fetch --prune --unshallow
@@ -285,7 +285,7 @@ jobs:
285285
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
286286
CHOCOLATEY_API_URL: ${{ secrets.CHOCOLATEY_API_URL }}
287287
steps:
288-
- uses: actions/checkout@v2
288+
- uses: actions/checkout@v2.3.4
289289
- name: Fetch all history for all tags and branches
290290
run: |
291291
git fetch --prune --unshallow
@@ -317,7 +317,7 @@ jobs:
317317
env:
318318
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
319319
steps:
320-
- uses: actions/checkout@v2
320+
- uses: actions/checkout@v2.3.4
321321
- name: Fetch all history for all tags and branches
322322
run: |
323323
git fetch --prune --unshallow

.github/workflows/codeql-analysis.yml

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

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v2.3.4
3434

3535
- name: Initialize CodeQL
3636
uses: github/codeql-action/init@v1

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
GITHUB_USERNAME: ${{ secrets.GITHUB_USERNAME }}
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v2.3.4
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
runs-on: ubuntu-latest
2323
name: DotNet Format
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v2.3.4
2626
- run: dotnet tool install -g dotnet-format
2727
- run: dotnet format ./ --folder --check --exclude **/AddFormats/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Trigger Build flow
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v2.3.4
1212
- uses: peter-evans/repository-dispatch@v1
1313
with:
1414
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)