From 0132f983d832329014c7e0c03c376f6b3fe7f8a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 07:15:43 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [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.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/01-renovate.yml | 2 +- .github/workflows/governance.links-checker.yml | 2 +- .github/workflows/synchronize.labels.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index 54f1c439..2a89d5be 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'ivankatliarchuk/.github' steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 with: fetch-depth: '1' diff --git a/.github/workflows/governance.links-checker.yml b/.github/workflows/governance.links-checker.yml index 4ad70194..8f11d413 100644 --- a/.github/workflows/governance.links-checker.yml +++ b/.github/workflows/governance.links-checker.yml @@ -28,7 +28,7 @@ jobs: if: github.repository == 'ivankatliarchuk/.github' steps: # checkout to latest commit - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 # run markdown linter # todo https://github.com/peter-evans/link-checker diff --git a/.github/workflows/synchronize.labels.yml b/.github/workflows/synchronize.labels.yml index fd98538b..4429bfb3 100644 --- a/.github/workflows/synchronize.labels.yml +++ b/.github/workflows/synchronize.labels.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 # https://github.com/micnncim/action-label-syncer - uses: micnncim/action-label-syncer@v1.3.0 env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a241345..f4d706f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: calculate date id: envs