From c354a1d34846561adc9c88039723058f1d8de428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:59:47 +0000 Subject: [PATCH] chore(deps): bump gittuf/gittuf-installer from 0.5.0 to 0.5.1 Bumps [gittuf/gittuf-installer](https://github.com/gittuf/gittuf-installer) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/gittuf/gittuf-installer/releases) - [Commits](https://github.com/gittuf/gittuf-installer/compare/26235450ee63a0bb9d834ecd62b910783af72006...a7644594c7def5a72ec719c2424825a5a8831548) --- updated-dependencies: - dependency-name: gittuf/gittuf-installer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 52a5f44..49e68ee 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install gittuf - uses: gittuf/gittuf-installer@26235450ee63a0bb9d834ecd62b910783af72006 + uses: gittuf/gittuf-installer@a7644594c7def5a72ec719c2424825a5a8831548 - name: Checkout and verify repository run: | gittuf clone https://github.com/${{ github.repository }}