We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4c428 commit 7885f93Copy full SHA for 7885f93
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
DOTNET_CLI_TELEMETRY_OPTOUT: true
32
33
steps:
34
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
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@v4
+ uses: actions/checkout@v5
26
27
28
submodules: true
@@ -51,7 +51,7 @@ jobs:
name: Publish CloudFlare Bicep extension
55
56
57
0 commit comments