diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3829703..17859b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index 96e6112..4a123af 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install dependencies run: sudo apt-get install -y jq skopeo libfyaml-utils @@ -100,7 +100,7 @@ jobs: id-token: write # Additional permissions for the persistence of the attestations steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # REMOVED: The vib-gh-action is no longer needed if we provide a manual Containerfile # - uses: vanilla-os/vib-gh-action@v0.8.1