From 8ddb19e90cab0c2f1211b014f851a3218b8b0a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 12:15:13 +0000 Subject: [PATCH] GitHub Actions(deps): Bump actions/checkout from 4.1.1 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.6. - [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.1...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 8 ++++---- .github/workflows/first-interaction.yaml | 2 +- .github/workflows/pr-test.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f0c490a..491caaf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: doc_only: ${{ steps.diff_check.outputs.output }} steps: - name: Checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.6 with: ref: ${{ github.head_ref }} fetch-depth: 2 # fetch last two commits to compare @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout code if: needs.precheck.outputs.doc_only != 'true' - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.6 with: ref: staging @@ -106,7 +106,7 @@ jobs: steps: - name: Checkout code if: needs.precheck.outputs.doc_only != 'true' - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.6 with: ref: staging @@ -189,7 +189,7 @@ jobs: needs: review-code steps: - name: Checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.6 with: ref: staging diff --git a/.github/workflows/first-interaction.yaml b/.github/workflows/first-interaction.yaml index 57f6471..3cb3a55 100644 --- a/.github/workflows/first-interaction.yaml +++ b/.github/workflows/first-interaction.yaml @@ -11,7 +11,7 @@ jobs: check_for_first_interaction: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.6 - uses: actions/first-interaction@main with: repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr-test.yaml b/.github/workflows/pr-test.yaml index 18096e7..1d9f876 100644 --- a/.github/workflows/pr-test.yaml +++ b/.github/workflows/pr-test.yaml @@ -22,7 +22,7 @@ jobs: contents: read steps: - name: Checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.6 with: ref: ${{ github.head_ref }}