Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.1 to 4.2.2 (#75)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...v4.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 5ddaf6a commit 9e933a0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/distros.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: macos-12
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
path: ~/.vagrant.d/boxes
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
name: Check documentation external links
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- 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].1
- uses: actions/[email protected].2
- name: Run super-linter validation
uses: github/[email protected]
env:
Expand All @@ -39,7 +39,7 @@ jobs:
name: Check syntax (tox)
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Install tox
run: pip install tox
- name: Run tox lint validation
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/on-demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cloud: ${{ steps.filter.outputs.cloud }}
mirror: ${{ steps.filter.outputs.mirror }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: dorny/[email protected]
if: ${{ !env.ACT }}
id: filter
Expand All @@ -61,7 +61,7 @@ jobs:
needs: changes
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Run the sh-checker
uses: luizm/[email protected]
env:
Expand All @@ -85,7 +85,7 @@ jobs:
env:
RELENG_DEBUG: "true"
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Provision a Kubernetes cluster
env:
RELENG_K8S_TYPE: ${{ matrix.k8s }}
Expand All @@ -110,7 +110,7 @@ jobs:
VAGRANT_EXPERIMENTAL: disks
RELENG_DEBUG: "true"
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Cache Vagrant boxes
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
releng_kolla_build: "true"
releng_debug: "true"
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: setup the vm folders
run: |
./pre-install.sh "sdc" "/var/local/packages"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
name: Check spelling (reviewdog)
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- 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].1
- uses: actions/[email protected].2
- uses: igsekor/[email protected]
name: Spellcheck
2 changes: 1 addition & 1 deletion .github/workflows/update.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].1
- uses: actions/[email protected].2
- uses: technote-space/[email protected]
with:
EXECUTE_COMMANDS: |
Expand Down

0 comments on commit 9e933a0

Please sign in to comment.