Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 4.1.2 to 4.1.3 #206

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- name: Update diagram
uses: githubocto/repo-visualizer@0.9.1
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 @@ -20,7 +20,7 @@ jobs:
pull-requests: write # for technote-space/create-pr-action to create a PR
runs-on: macos-12
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- uses: actions/cache@v4.0.2
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 @@ -17,14 +17,14 @@ jobs:
name: Check documentation external links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- name: Check broken links
uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
check-super-linter:
name: Check syntax (super-linter)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- name: Run super-linter validation
uses: github/super-linter@v5.0.0
env:
Expand All @@ -37,7 +37,7 @@ jobs:
name: Check syntax (tox)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- name: Install tox
run: pip install tox
- name: Run tox lint validation
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/on-demand_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
int_tests: 'virtink'
cert_manager_enabled: true
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- uses: ./.github/actions/vagrant-up
with:
container-runtime: ${{ matrix.runtime }}
Expand All @@ -78,7 +78,7 @@ jobs:
outputs:
scripts: ${{ steps.filter.outputs.scripts }}
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- uses: dorny/paths-filter@v3.0.2
if: ${{ !env.ACT }}
id: filter
Expand All @@ -93,7 +93,7 @@ jobs:
needs: changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- name: Run the sh-checker
uses: luizm/action-sh-checker@v0.8.0
env:
Expand All @@ -108,7 +108,7 @@ jobs:
needs: changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- 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
2 changes: 1 addition & 1 deletion .github/workflows/on-demand_corner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- test: kubewarden
cert-mgr: true
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- uses: ./.github/actions/vagrant-up
with:
cert-manager-enabled: ${{ matrix.cert-mgr }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/on-demand_molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Pull python dependencies
runs-on: macos-12
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- uses: actions/setup-python@v5.1.0
with:
python-version: '3.x'
Expand All @@ -49,7 +49,7 @@ jobs:
outputs:
environments: ${{ steps.filter.outputs.changes }}
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- uses: dorny/paths-filter@v3.0.2
if: ${{ !env.ACT }}
id: filter
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
environment: ${{ fromJSON(needs.changes.outputs.environments) }}
runs-on: macos-12
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
if: matrix.environment != 'reqs'
- uses: ./.github/actions/molecule-test
if: matrix.environment != 'reqs'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-demand_multus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
KRD_MULTUS_ENABLED: true
PKG_KREW_PLUGINS_LIST: "cert-manager"
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- name: Deploy services
run: KRD_FOLDER=$(git rev-parse --show-toplevel) ./aio.sh
- name: Run Sonobuoy tool
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-demand_virtlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
) || github.event_name != 'pull_request_review'
runs-on: macos-12
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- uses: ./.github/actions/vagrant-up
with:
kube-version: v1.18.17
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/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
KRD_ANSIBLE_DEBUG: true
KRD_CONTAINER_RUNTIME: crio
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- name: Deploy services
run: KRD_FOLDER=$(git rev-parse --show-toplevel) ./aio.sh
- name: Run Dashboard test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled_distros.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/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- name: Get matrix values
id: set-matrix
run: |
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
matrix:
include: ${{ fromJson(needs.generate-json-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- name: Running Flannel CNI with ContainerD runtime
if: ${{ always() }}
uses: ./.github/actions/vagrant-up
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/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- uses: reviewdog/action-misspell@v1.17.0
with:
github_token: ${{ secrets.github_token }}
check-spellcheck:
name: Check spelling (pyspelling)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- uses: igsekor/pyspelling-any@v1.0.4
name: Spellcheck
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pull-requests: write # for technote-space/create-pr-action to create a PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- uses: technote-space/create-pr-action@v2.1.4
with:
EXECUTE_COMMANDS: |
Expand All @@ -34,7 +34,7 @@ jobs:
check-dictionary:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- uses: technote-space/create-pr-action@v2.1.4
with:
EXECUTE_COMMANDS: |
Expand Down
Loading