From e548f1f9639c9e300c0750302ce7b75c0b9050ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:46:40 +0000 Subject: [PATCH] Build(deps): bump actions/checkout from 4.2.1 to 4.2.2 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](https://github.com/actions/checkout/compare/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] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/docs.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e640c78..3ad5c016 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - 20 - 22 steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - uses: actions/setup-node@v4.0.4 with: cache: 'npm' @@ -36,7 +36,7 @@ jobs: name: Code quality and coverage report runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - uses: actions/setup-node@v4.0.4 with: cache: 'npm' @@ -63,7 +63,7 @@ jobs: if: github.repository_owner == 'friedemannsommer' && github.ref_name == 'main' concurrency: '${{ github.workflow }}-${{ github.ref }}' steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - uses: actions/setup-node@v4.0.4 with: cache: 'npm' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8aec103c..5a0ce91b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout "gh-pages" branch - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: gh-pages @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout source - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - uses: actions/setup-node@v4.0.4 with: @@ -76,7 +76,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: download current docs uses: actions/download-artifact@v4.1.8