Skip to content

Commit a00264a

Browse files
authored
Merge pull request #59 from stesee/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents ace8de2 + 7550d2f commit a00264a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-web-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313

1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v5
@@ -31,7 +31,7 @@ jobs:
3131
if: github.ref == 'refs/heads/AspNetHelloWorld' || github.ref == 'refs/heads/main'
3232

3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535

3636
- name: Setup .NET
3737
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)