diff --git a/.github/workflows/upload_oci.yml b/.github/workflows/upload_oci.yml index 55c9afe..b308e1e 100644 --- a/.github/workflows/upload_oci.yml +++ b/.github/workflows/upload_oci.yml @@ -34,7 +34,7 @@ jobs: - uses: oras-project/setup-oras@v1 - run: oras version - name: Install python-gardenlinux-lib - uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@8901e3679feb077060f4b33769efe071133f3199 # pin@0.8.7 + uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@02879bd567ed39b5610332afcc6e46197073db0c # pin@0.10.0 - name: Install cosign uses: sigstore/cosign-installer@v3.9.1 with: @@ -100,7 +100,7 @@ jobs: with: submodules: true - name: Install python-gardenlinux-lib - uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@8901e3679feb077060f4b33769efe071133f3199 # pin@0.8.7 + uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@02879bd567ed39b5610332afcc6e46197073db0c # pin@0.10.0 - name: Set flavor version reference run: | git rev-parse HEAD | cut -c1-8 | tee COMMIT