Skip to content

Commit 6f31b1f

Browse files
authored
Merge pull request #3 from goodworkaround/dependabot/github_actions/actions/checkout-6
build(deps): Bump actions/checkout from 5 to 6
2 parents bc00271 + f6cf686 commit 6f31b1f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/psscriptanalyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
packages: write
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
14+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
with:
1616
fetch-depth: 2
1717
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Deploy
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Publish Module to PowerShell Gallery
1717
shell: pwsh
1818
run: |

.github/workflows/release-please.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
21-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
21+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222
with:
2323
fetch-depth: 2
2424
ref: ${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)