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 }}