diff --git a/.github/workflows/managed_retagger.yaml b/.github/workflows/managed_retagger.yaml index 567e9fb..186f97e 100644 --- a/.github/workflows/managed_retagger.yaml +++ b/.github/workflows/managed_retagger.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: "0" - name: Docker meta diff --git a/.github/workflows/production_retagger.yaml b/.github/workflows/production_retagger.yaml index 3eb383f..316c773 100644 --- a/.github/workflows/production_retagger.yaml +++ b/.github/workflows/production_retagger.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: "0" - name: Docker meta