We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f6a34 commit 4c7d151Copy full SHA for 4c7d151
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
DOTNET_CLI_TELEMETRY_OPTOUT: true
32
33
steps:
34
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
35
with:
36
fetch-depth: 0
37
@@ -48,7 +48,7 @@ jobs:
48
runs-on: ubuntu-22.04
49
50
51
52
53
54
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
24
- name: Checkout
25
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
26
27
28
submodules: true
@@ -51,7 +51,7 @@ jobs:
name: Publish Cloudflare Bicep extension
55
56
57
0 commit comments