diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 5334e92..f50089d 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.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: arch: ${{ fromJson(needs.init.outputs.architectures) }} steps: - name: Checkout the repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - 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.2.1 + uses: actions/checkout@v4.2.2 - name: Initialize git if: needs.init.outputs.publish == 'true' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c6bcf0c..ab85b57 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.2.1 + uses: actions/checkout@v4.2.2 - name: Run linter id: changed_files @@ -33,7 +33,7 @@ jobs: name: JQ steps: - name: Check out the repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Run linter run: | @@ -44,7 +44,7 @@ jobs: name: ShellCheck steps: - name: Check out the repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - 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 54fec43..b3eeac4 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.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0