Skip to content

Commit 23f82ad

Browse files
Bump actions/checkout from 3.5.2 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.2...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a0637d commit 23f82ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-2022
1515
steps:
1616
- name: Checkout
17-
uses: actions/[email protected].2
17+
uses: actions/[email protected].3
1818
with:
1919
fetch-depth: 0
2020
- name: Setup .NET SDK

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
version: ${{ steps.save-version.outputs.version }}
1515
steps:
1616
- name: Checkout
17-
uses: actions/[email protected].2
17+
uses: actions/[email protected].3
1818
with:
1919
fetch-depth: 0
2020
- name: Setup .NET SDK
@@ -87,7 +87,7 @@ jobs:
8787
fail-fast: false
8888
steps:
8989
- name: Checkout
90-
uses: actions/[email protected].2
90+
uses: actions/[email protected].3
9191
- name: Add NODE_OPTIONS to ENVVARS # Must do this after checkout as checkout uses node v16 which will cause this to fail
9292
run: echo "NODE_OPTIONS=--openssl-legacy-provider" >> $env:GITHUB_ENV
9393
shell: pwsh

0 commit comments

Comments
 (0)