diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a9e56f3..5268b14 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.7" + uses: "actions/checkout@v4.2.0" with: token: ${{ secrets.WORKFLOW_PAT || github.token }} ref: ${{ github.head_ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b9c403..e66c0fa 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.7" + uses: "actions/checkout@v4.2.0" with: token: ${{ secrets.WORKFLOW_PAT || github.token }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 2b49cbe..c618cff 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.7" + uses: "actions/checkout@v4.2.0" 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.7" + uses: "actions/checkout@v4.2.0" with: token: ${{ secrets.WORKFLOW_PAT || github.token }} ref: ${{ github.head_ref }}