Skip to content

Commit 5ee62d3

Browse files
authored
Merge pull request #253 from ptr727/dependabot/github_actions/main/actions-deps-a331d3ec2d
Bump actions/checkout from 4 to 5 in the actions-deps group
2 parents 954d979 + 44e9915 commit 5ee62d3

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)