Skip to content

Commit 6e1de89

Browse files
authored
Merge pull request #252 from ptr727/dependabot/github_actions/develop/actions-deps-a331d3ec2d
Bump actions/checkout from 4 to 5 in the actions-deps group
2 parents bb5c751 + 0405485 commit 6e1de89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BuildPublishPipeline.yml

Lines changed: 2 additions & 2 deletions
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

3232
# https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test
3333
- name: Run unit tests
@@ -49,7 +49,7 @@ jobs:
4949

5050
# https://github.com/marketplace/actions/checkout
5151
- name: Checkout code
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
with:
5454
fetch-depth: 0
5555

0 commit comments

Comments
 (0)