Skip to content

Commit db796fd

Browse files
Bump actions/checkout from 4 to 5 (#14)
1 parent 6c67e53 commit db796fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/BuildDeploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
architecture: 'x64'
1414

1515
- name: Checkout repo
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
submodules: true
1919

@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repo
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Setup Dotnet sdk
3333
uses: actions/setup-dotnet@v4
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Checkout repo
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v5
5454

5555
- name: Setup Dotnet sdk
5656
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)