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.
2 parents 16b923e + c2a08f3 commit 2953a70Copy full SHA for 2953a70
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
group: bottlerocket
27
labels: bottlerocket_ubuntu-latest_8-core
28
steps:
29
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
30
- run: rustup update stable
31
- run: make build
32
- name: Ensure git is clean
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
- run: make brupop-image
46
47
shell: bash
.github/workflows/deploy-helm-charts.yaml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
19
- name: Checkout brupop
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
with:
22
fetch-depth: 0
23
0 commit comments