From b3a7b6b4c5d5e409559d38e35ea8ee9b68cd99d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 01:54:31 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.2 to 4.1.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.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/v4.1.2...v4.1.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/validate.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 847bce6..e4a9f25 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: steps: - name: "Checkout the repository" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.4" with: token: ${{ secrets.WORKFLOW_PAT || github.token }} ref: ${{ github.head_ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eae5047..b5db547 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: contents: write steps: - name: "Checkout the repository" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.4" with: token: ${{ secrets.WORKFLOW_PAT || github.token }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 447d0c8..bfe19b8 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -13,7 +13,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Checkout the repository" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.4" with: token: ${{ secrets.WORKFLOW_PAT || github.token }} ref: ${{ github.head_ref }} @@ -26,7 +26,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Checkout the repository" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.4" with: token: ${{ secrets.WORKFLOW_PAT || github.token }} ref: ${{ github.head_ref }}