Skip to content

Commit 238663d

Browse files
authored
Merge pull request #24 from ptr727/dependabot/github_actions/main/actions-deps-a331d3ec2d
Bump actions/checkout from 4 to 5 in the actions-deps group
2 parents 6e4ad84 + 3959c60 commit 238663d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
dotnet-version: 9.x
3232

3333
- name: Checkout code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0
3737

.github/workflows/test-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
dotnet-version: 9.x
1919

2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Check code style
2424
run: |

.github/workflows/update-languagedata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
dotnet-version: 9.x
2727

2828
- name: Checkout code
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Download language data and generate code
3232
run: |

0 commit comments

Comments
 (0)