diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 3bf0c0b..812b698 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -14,7 +14,7 @@ jobs: ep4k-changed: ${{ steps.filter.outputs.ep4k-changed }} steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.7 - name: Check for changes uses: dorny/paths-filter@v3.0.2 @@ -34,7 +34,7 @@ jobs: if: needs.change-triage.outputs.ep4k-changed == 'true' steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 @@ -68,7 +68,7 @@ jobs: if: needs.change-triage.outputs.pg4k-pgd-changed == 'true' steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 @@ -110,7 +110,7 @@ jobs: if: needs.change-triage.outputs.ep4k-changed == 'true' steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 91236ab..3a94aa4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index da739e9..89df326 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.7 - name: Get tag run: | diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 9f1df20..aacdebb 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.7 with: ref: gh-pages fetch-depth: 0 diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index bbba244..2e17573 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.7 - name: Temporarily disable "include administrators" branch protection if: ${{ always() && github.ref == 'refs/heads/main' }}