Skip to content

Commit 968cf07

Browse files
authored
Merge pull request #52 from DeveloperMetrics/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 1eb55f2 + 7f63099 commit 968cf07

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/powershell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: PSScriptAnalyzer
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131

3232
- name: Run PSScriptAnalyzer
3333
uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
Version: ${{ steps.gitversion.outputs.MajorMinorPatch }}
1515
CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0 #fetch-depth is needed for GitVersion
2020
#Install and calculate the new version with GitVersion
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: checkout the code from this branch
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939
with:
4040
ref: ${{ github.ref }}
4141

0 commit comments

Comments
 (0)