Skip to content

Commit f5d4d9d

Browse files
Bump actions/checkout from 3.0.2 to 3.1.0 (#40)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ae52d2 commit f5d4d9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/analyze-code-ghsl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: "ubuntu-latest"
1919
steps:
2020
- name: "Checkout Repository"
21-
uses: "actions/checkout@v3.0.2"
21+
uses: "actions/checkout@v3.1.0"
2222
with:
2323
fetch-depth: 0
2424
- name: "Analyze Repository"

.github/workflows/publish-psg-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: "windows-latest"
1414
steps:
1515
- name: "Checkout Repository"
16-
uses: "actions/checkout@v3.0.2"
16+
uses: "actions/checkout@v3.1.0"
1717
- name: "Modify PowerShell Repository"
1818
id: "modify-powershell-repository"
1919
run: |

.github/workflows/scan-virus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: "ubuntu-latest"
2424
steps:
2525
- name: "Checkout Repository"
26-
uses: "actions/checkout@v3.0.2"
26+
uses: "actions/checkout@v3.1.0"
2727
with:
2828
fetch-depth: 0
2929
- name: "Scan Repository"

0 commit comments

Comments
 (0)