diff --git a/.github/workflows/build-push-images.yml b/.github/workflows/build-push-images.yml index bea9dbf..d59659b 100644 --- a/.github/workflows/build-push-images.yml +++ b/.github/workflows/build-push-images.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git clone repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Login to GitHub Container Registry diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b91a907..0374f32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: targets: ${{ steps.set-targets.outputs.targets }} steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get image directories id: set-targets run: | @@ -27,7 +27,7 @@ jobs: target: ${{ fromJson(needs.get-targets.outputs.targets) }} steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0