diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 2d97823..3087830 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -28,7 +28,7 @@ jobs: publish: ${{ steps.version.outputs.publish }} steps: - name: Checkout the repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: arch: ${{ fromJson(needs.init.outputs.architectures) }} steps: - name: Checkout the repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Login to GitHub Container Registry if: needs.init.outputs.publish == 'true' @@ -88,7 +88,7 @@ jobs: steps: - name: Checkout the repository if: needs.init.outputs.publish == 'true' - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Initialize git if: needs.init.outputs.publish == 'true' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4c4bb16..e2ae972 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: name: hadolint steps: - name: Check out the repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Run linter id: changed_files @@ -33,7 +33,7 @@ jobs: name: JQ steps: - name: Check out the repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Run linter run: | @@ -44,7 +44,7 @@ jobs: name: ShellCheck steps: - name: Check out the repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Run linter uses: ludeeus/action-shellcheck@2.0.0 diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index f47343f..124d8cd 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@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0