Skip to content

Commit 2953a70

Browse files
authored
Merge pull request #776 from bottlerocket-os/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 16b923e + c2a08f3 commit 2953a70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
group: bottlerocket
2727
labels: bottlerocket_ubuntu-latest_8-core
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- run: rustup update stable
3131
- run: make build
3232
- name: Ensure git is clean
@@ -41,7 +41,7 @@ jobs:
4141
group: bottlerocket
4242
labels: bottlerocket_ubuntu-latest_8-core
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
- run: make brupop-image
4646
- name: Ensure git is clean
4747
shell: bash

.github/workflows/deploy-helm-charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout brupop
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323

0 commit comments

Comments
 (0)