Skip to content

Commit

Permalink
Merge pull request #856 from bottlerocket-os/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
cbgbt committed Jul 20, 2024
2 parents 2725e1e + f7f0f9e commit 4a411fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
group: bottlerocket
labels: bottlerocket_ubuntu-latest_8-core
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make sdk-build
# If we forget to add yamlgen changes to our commits, this will fail.
- name: ensure that git is clean
Expand All @@ -40,13 +40,13 @@ jobs:
group: bottlerocket
labels: bottlerocket_ubuntu-latest_16-core
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make images
license-check:
# A small machine is OK for this independent job.
runs-on: ubuntu-latest
# If we already checked the PR, we don't need to check the actual push
if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make cargo-deny
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
checklint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make mdlint
2 changes: 1 addition & 1 deletion .github/workflows/tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
group: bottlerocket
labels: bottlerocket_ubuntu-latest_8-core
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make tools

0 comments on commit 4a411fe

Please sign in to comment.