Skip to content

Commit 079910a

Browse files
build(deps): bump actions/checkout from 3.3.0 to 3.5.0 (#2096)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@ac59398...8f4b7f8) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9472b56 commit 079910a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pssanalyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
analyze:
1414
runs-on: ubuntu-20.04
1515
steps:
16-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
16+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
1717
- run: pwsh ./powershell-script-analyzer.ps1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
runs-on: ubuntu-20.04
1515
steps:
16-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
16+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
1717
- uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a
1818
with:
1919
dotnet-version: "7.0.100"

0 commit comments

Comments
 (0)