Skip to content

Commit 7885f93

Browse files
Bump actions/checkout from 4 to 5 (#13)
1 parent fc4c428 commit 7885f93

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
DOTNET_CLI_TELEMETRY_OPTOUT: true
3232

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

@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-22.04
4949

5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252
with:
5353
fetch-depth: 0
5454

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 0
2828
submodules: true
@@ -51,7 +51,7 @@ jobs:
5151
name: Publish CloudFlare Bicep extension
5252
runs-on: ubuntu-22.04
5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v5
5555
with:
5656
fetch-depth: 0
5757
submodules: true

0 commit comments

Comments
 (0)