Skip to content

Commit 735fca9

Browse files
[Dependencies]: Bump actions/checkout from 5.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aece884 commit 735fca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/geoipupdate.yml

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

1717
steps:
1818
- name: "Get Latest source"
19-
uses: actions/checkout@v6.0.0
19+
uses: actions/checkout@v6.0.1
2020
with:
2121
fetch-depth: 0
2222
ref: ${{ github.head_ref }}

.github/workflows/powershell-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: PSScriptAnalyzer
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v6.0.0
28+
- uses: actions/checkout@v6.0.1
2929

3030
- name: Run PSScriptAnalyzer
3131
uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f

0 commit comments

Comments
 (0)