Skip to content

Commit 44e9915

Browse files
Bump actions/checkout from 4 to 5 in the actions-deps group
Bumps the actions-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [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 dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 954d979 commit 44e9915

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/BuildPublishPipeline.yml

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

2828
# https://github.com/marketplace/actions/checkout
2929
- name: Checkout code
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333

.github/workflows/CheckForNewLanguageData.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# https://github.com/marketplace/actions/checkout
3232
- name: Checkout code
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434

3535
- name: Download language data files
3636
run: |
@@ -74,7 +74,7 @@ jobs:
7474

7575
# https://github.com/marketplace/actions/checkout
7676
- name: Checkout
77-
uses: actions/checkout@v4
77+
uses: actions/checkout@v5
7878

7979
# https://cli.github.com/manual/gh_workflow_run
8080
- name: Trigger workflow

0 commit comments

Comments
 (0)