diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 1e06d73..f623360 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -31,7 +31,7 @@ jobs: matrix: ${{ steps.matrix.outputs.matrix }} steps: - name: Checkout the repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: matrix: ${{ fromJSON(needs.init.outputs.matrix) }} steps: - name: Checkout the repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false @@ -107,7 +107,7 @@ jobs: steps: - name: Checkout the repository if: needs.init.outputs.publish == 'true' - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Initialize git if: needs.init.outputs.publish == 'true' diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index d57d030..80b33eb 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -9,5 +9,5 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - uses: brpaz/hadolint-action@v1.5.0 diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 81adca1..2add30d 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -11,7 +11,7 @@ jobs: name: Release Drafter steps: - name: Checkout the repository - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0