diff --git a/.github/workflows/approve-pr.yml b/.github/workflows/approve-pr.yml index 2aecd3a..ad27c5e 100644 --- a/.github/workflows/approve-pr.yml +++ b/.github/workflows/approve-pr.yml @@ -38,7 +38,7 @@ jobs: skip-commit-verification: true - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 0b0c59a..058d56e 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -30,7 +30,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: ref: ${{ github.head_ref }} - id: auto-merge diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27703a5..8eb9053 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: ref: ${{ env.REF }} - id: node @@ -94,7 +94,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: fetch-depth: 0 ref: ${{ env.REF }} @@ -121,7 +121,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: fetch-depth: 0 ref: ${{ env.REF }} @@ -144,7 +144,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: ref: ${{ env.REF }} - id: node @@ -171,7 +171,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: ref: ${{ env.REF }} - id: node @@ -198,7 +198,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: ref: ${{ env.REF }} - id: node @@ -234,7 +234,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: ref: ${{ env.REF }} - id: node @@ -279,7 +279,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: ref: ${{ env.REF }} - id: node @@ -333,7 +333,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: ref: ${{ env.REF }} - id: node diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index c584ea2..41ea1e8 100644 --- a/.github/workflows/dependabot-auto.yml +++ b/.github/workflows/dependabot-auto.yml @@ -40,7 +40,7 @@ jobs: skip-commit-verification: true - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: persist-credentials: ${{ steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' }} ref: ${{ github.head_ref }} diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index c4768d6..7ae9e8b 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -55,7 +55,7 @@ jobs: username: ${{ github.actor }} - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: persist-credentials: false ref: ${{ github.ref_name }} diff --git a/.github/workflows/integrity.yml b/.github/workflows/integrity.yml index a9ae959..35c1fd4 100644 --- a/.github/workflows/integrity.yml +++ b/.github/workflows/integrity.yml @@ -52,7 +52,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: persist-credentials: false ref: ${{ env.REF }} diff --git a/.github/workflows/label-linked-issues.yml b/.github/workflows/label-linked-issues.yml index ebe4a3f..7c51644 100644 --- a/.github/workflows/label-linked-issues.yml +++ b/.github/workflows/label-linked-issues.yml @@ -40,7 +40,7 @@ jobs: steps: - id: checkout name: Checkout main - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: persist-credentials: false ref: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 19d1c94..4e1331b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout ${{ env.TAG }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: ref: ${{ format('refs/tags/{0}', env.TAG) }} - id: version @@ -68,7 +68,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.TAG }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: ref: ${{ format('refs/tags/{0}', env.TAG) }} - id: npmrc-cleanup @@ -101,7 +101,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.TAG }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: ref: ${{ format('refs/tags/{0}', env.TAG) }} - id: npmrc-cleanup diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b475913..eb9430e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: ref: ${{ env.REF }} - id: version @@ -86,7 +86,7 @@ jobs: steps: - id: checkout name: Checkout ${{ github.event.inputs.sha || 'event.pull_request.merge_commit_sha' }} - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: fetch-depth: 0 ref: ${{ github.event.inputs.sha || github.event.pull_request.merge_commit_sha }}