From 89e8c88375b7f0cdc5247645520ebfb8856e0be4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:12:55 -0700 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.0 (#15) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linter.yml | 4 ++-- .github/workflows/on-demand_ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e17378d..f5fd507 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -17,14 +17,14 @@ jobs: name: Check documentation external links runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - 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.7 + - uses: actions/checkout@v4.2.0 - name: Run super-linter validation uses: github/super-linter@v5.0.0 env: diff --git a/.github/workflows/on-demand_ci.yml b/.github/workflows/on-demand_ci.yml index ec04a0b..bdaf49c 100644 --- a/.github/workflows/on-demand_ci.yml +++ b/.github/workflows/on-demand_ci.yml @@ -29,7 +29,7 @@ jobs: name: Check scripts format runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Run the sh-checker uses: luizm/action-sh-checker@v0.9.0 env: @@ -42,7 +42,7 @@ jobs: needs: check-scripts-format runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Deploy Nephio services working-directory: ./scripts env: