Skip to content

Commit c8cf95a

Browse files
Bump actions/checkout from 2.3.4 to 2.3.5 (#1639)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexey Zimarev <[email protected]>
1 parent 78ac5fd commit c8cf95a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/build-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/[email protected].4
20+
uses: actions/[email protected].5
2121
- name: Run tests on Windows for all targets
2222
run: dotnet test -c Release
2323

@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
-
3030
name: Checkout
31-
uses: actions/[email protected].4
31+
uses: actions/[email protected].5
3232
-
3333
name: Unshallow
3434
run: git fetch --prune --unshallow

.github/workflows/codeql-analysis.yml

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

2424
- name: Checkout repository
2525
id: checkout_repo
26-
uses: actions/[email protected].4
26+
uses: actions/[email protected].5
2727

2828
- name: Initialize CodeQL
2929
id: init_codeql

.github/workflows/pull-request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
runs-on: windows-latest
88

99
steps:
10-
- uses: actions/[email protected]
10+
11+
- uses: actions/[email protected]
1112
- uses: actions/[email protected]
1213
with:
1314
dotnet-version: '5.0'
@@ -19,7 +20,7 @@ jobs:
1920
runs-on: ubuntu-latest
2021

2122
steps:
22-
- uses: actions/[email protected].4
23+
- uses: actions/[email protected].5
2324

2425
- name: Vuepress
2526
run: |

0 commit comments

Comments
 (0)