-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 4.1.5 to 4.1.6 (#86)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.5...v4.1.6) --- 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
1 parent
4c0f677
commit e2332c9
Showing
8 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
pull-requests: write # for technote-space/create-pr-action to create a PR | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- name: Update diagram | ||
uses: githubocto/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
contents: write # for technote-space/create-pr-action to push code | ||
pull-requests: write # for technote-space/create-pr-action to create a PR | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected] | ||
with: | ||
path: ~/.vagrant.d/boxes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
name: Count Lines of Code | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- name: Setup Go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -32,14 +32,14 @@ jobs: | |
name: Check documentation external links | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- 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].5 | ||
- uses: actions/[email protected].6 | ||
- name: Run super-linter validation | ||
uses: github/[email protected] | ||
env: | ||
|
@@ -49,7 +49,7 @@ jobs: | |
name: Check syntax (tox) | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- name: Install tox | ||
run: pip install tox | ||
- name: Run tox lint validation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
outputs: | ||
scripts: ${{ steps.filter.outputs.scripts }} | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- uses: dorny/[email protected] | ||
if: ${{ !env.ACT }} | ||
id: filter | ||
|
@@ -47,7 +47,7 @@ jobs: | |
needs: changes | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- name: Run the sh-checker | ||
uses: luizm/[email protected] | ||
env: | ||
|
@@ -61,7 +61,7 @@ jobs: | |
needs: changes | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- name: Install ShellSpec | ||
run: curl -fsSL https://github.com/shellspec/shellspec/releases/latest/download/shellspec-dist.tar.gz | tar -xz -C .. | ||
- name: Run Shellspec | ||
|
@@ -85,7 +85,7 @@ jobs: | |
- os: opensuse_leap | ||
provider: virtualbox | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- uses: ./.github/actions/vagrant-setup | ||
with: | ||
distro: ${{ matrix.os }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the latest code | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
check-ubuntu-bionic-baremetal: | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- name: Setup services | ||
env: | ||
PROVIDER: libvirt | ||
|
@@ -37,7 +37,7 @@ jobs: | |
- os: centos_8 | ||
qat: false | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- uses: ./.github/actions/vagrant-setup | ||
with: | ||
distro: ${{ matrix.os }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,14 +24,14 @@ jobs: | |
name: Check spelling (reviewdog) | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- 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].5 | ||
- uses: actions/[email protected].6 | ||
- uses: igsekor/[email protected] | ||
name: Spellcheck |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
check-versions: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- uses: technote-space/[email protected] | ||
with: | ||
EXECUTE_COMMANDS: | | ||
|
@@ -35,7 +35,7 @@ jobs: | |
check-dictionary: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
- uses: technote-space/[email protected] | ||
with: | ||
EXECUTE_COMMANDS: | | ||
|