Skip to content

Commit 3c7d3ec

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#492)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06e2725 commit 3c7d3ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CheckWikiUpdates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout wiki
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
repository: ${{ github.repository }}.wiki
1818
path: wiki # Checkout wiki to wiki folder
@@ -35,7 +35,7 @@ jobs:
3535
echo ${{ env.hash }}
3636
echo ${{ env.commitCount }}
3737
- name: Checkout main repo
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939
with:
4040
repository: ${{ github.repository }}
4141
path: main-repo # Checkout main repo to main-repo folder

.github/workflows/CodeQuality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
distribution: 'microsoft'
2424
java-version: '17'
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2828
- name: Cache SonarCloud packages

0 commit comments

Comments
 (0)