Skip to content

Commit 4c7d151

Browse files
Bump actions/checkout from 5 to 6 (#26)
1 parent f7f6a34 commit 4c7d151

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@v5
34+
- uses: actions/checkout@v6
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@v5
51+
- uses: actions/checkout@v6
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@v5
25+
uses: actions/checkout@v6
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@v5
54+
- uses: actions/checkout@v6
5555
with:
5656
fetch-depth: 0
5757
submodules: true

0 commit comments

Comments
 (0)