From 8fc63a0e5b1ad6a8b34dd95b67389f1538e88948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 08:13:46 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.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.1.1...v4.1.2) --- 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 4799b87..f680f87 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.1" + uses: "actions/checkout@v4.1.2" with: token: ${{ secrets.WORKFLOW_PAT || github.token }} ref: ${{ github.head_ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45b781e..9e692da 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.1" + uses: "actions/checkout@v4.1.2" with: token: ${{ secrets.WORKFLOW_PAT || github.token }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 42f6aa4..447d0c8 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.1" + uses: "actions/checkout@v4.1.2" 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.1" + uses: "actions/checkout@v4.1.2" with: token: ${{ secrets.WORKFLOW_PAT || github.token }} ref: ${{ github.head_ref }}