From cbd0987cc552f8f780d2912f3cdc3c8fdec50b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 05:52:44 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/preview-build.yml | 2 +- .github/workflows/publication-builder.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/vale-on-pull.yml | 2 +- .github/workflows/validate-rules.yml | 2 +- .github/workflows/validate-scripts.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/preview-build.yml b/.github/workflows/preview-build.yml index 10fd1e515..34abe235c 100644 --- a/.github/workflows/preview-build.yml +++ b/.github/workflows/preview-build.yml @@ -23,7 +23,7 @@ jobs: container: quay.io/antoraformodulardocs/antora-for-modular-docs:main steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 # enable git diff and building many branches diff --git a/.github/workflows/publication-builder.yml b/.github/workflows/publication-builder.yml index 6b09d355f..1832c8642 100644 --- a/.github/workflows/publication-builder.yml +++ b/.github/workflows/publication-builder.yml @@ -18,7 +18,7 @@ jobs: container: quay.io/antoraformodulardocs/antora-for-modular-docs:main steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build using antora run: tools/publication-builder.sh - name: Commit artifact to publication branch diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb142ac30..63aefee96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create release run: | diff --git a/.github/workflows/vale-on-pull.yml b/.github/workflows/vale-on-pull.yml index cea8771b6..16a063a26 100644 --- a/.github/workflows/vale-on-pull.yml +++ b/.github/workflows/vale-on-pull.yml @@ -15,7 +15,7 @@ jobs: name: Linting with Vale runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: errata-ai/vale-action@reviewdog with: filter_mode: diff_context diff --git a/.github/workflows/validate-rules.yml b/.github/workflows/validate-rules.yml index 84a6bad56..02ece67a7 100644 --- a/.github/workflows/validate-rules.yml +++ b/.github/workflows/validate-rules.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 diff --git a/.github/workflows/validate-scripts.yml b/.github/workflows/validate-scripts.yml index d54bea83b..a118712bd 100644 --- a/.github/workflows/validate-scripts.yml +++ b/.github/workflows/validate-scripts.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 # enable git diff and building many branches