Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.4 to 4.1.5
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.4...v4.1.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 5e53d45 commit 5bdd618
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
github.event.review.state == 'approved'
) || github.event_name != 'pull_request_review'
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Install requirements
env:
OS_KOLLA_BUILD_ARGS: 'keystone --registry 127.0.0.1:5000 --push --threads 4 --quiet --retries 5 --cache --push-threads 2 --squash --base ubuntu'
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
github.event.review.state == 'approved'
) || github.event_name != 'pull_request_review'
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: ./.github/actions/vagrant-setup
with:
distro: ${{ matrix.distro }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pull-requests: write # for technote-space/create-pr-action to create a PR
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Update diagram
uses: githubocto/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Check for latest Vagrant box versions
runs-on: macos-12
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: actions/[email protected]
with:
path: ~/.vagrant.d/boxes
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Count Lines of Code
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Setup Go
uses: actions/[email protected]
with:
Expand All @@ -30,14 +30,14 @@ jobs:
name: Check documentation external links
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Check broken links
uses: gaurav-nelson/[email protected]
check-super-linter:
name: Check syntax (super-linter)
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: github/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -47,7 +47,7 @@ jobs:
name: Check syntax (tox)
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Install tox
run: pip install tox
- name: Run tox lint validation
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
) || github.event_name != 'pull_request_review'
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Run the sh-checker
uses: luizm/[email protected]
env:
Expand All @@ -40,7 +40,7 @@ jobs:
name: Run BDD shell specs for Bash demo
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Install ShellSpec
run: curl -fsSL https://github.com/shellspec/shellspec/releases/latest/download/shellspec-dist.tar.gz | tar -xz -C ..
- name: Run Shellspec
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/on-demand_aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
github.event.review.state == 'approved'
) || github.event_name != 'pull_request_review'
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Get matrix values
id: set-matrix
run: |
Expand All @@ -57,7 +57,7 @@ jobs:
distro: ${{ fromJson(needs.generate-json-matrix.outputs.matrix) }}
runs-on: macos-12
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: ./.github/actions/vagrant-setup
with:
distro: ${{ matrix.distro }}
Expand All @@ -79,7 +79,7 @@ jobs:
env:
OS_KOLLA_ENABLE_CINDER: "no"
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Install requirements
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-demand_noha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
VAGRANT_EXPERIMENTAL: disks
OS_NUM_COMPUTE_NODES: 1
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: ./.github/actions/vagrant-setup
- name: Install GNU tools
run: brew install iproute2mac
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled_aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
generate-json-matrix:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Get matrix values
id: set-matrix
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
distro: ${{ fromJson(needs.generate-json-matrix.outputs.matrix) }}
runs-on: macos-12
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: ./.github/actions/vagrant-setup
- name: Deploy latest release in All-in-One instance
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
name: Check spelling (reviewdog)
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.github_token }}
check-spellcheck:
name: Check spelling (pyspelling)
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: igsekor/[email protected]
name: Spellcheck
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
image: ${{ matrix.image }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: install dependencies
shell: bash
run: |
Expand All @@ -63,7 +63,7 @@ jobs:
check-dictionary:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: technote-space/[email protected]
with:
EXECUTE_COMMANDS: |
Expand Down

0 comments on commit 5bdd618

Please sign in to comment.