From 18541da0ab084ec8013970091ca31e839804b003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 14:22:36 +0000 Subject: [PATCH] chore(deps): bump gittuf/gittuf-installer from 0.2.0 to 0.3.0 Bumps [gittuf/gittuf-installer](https://github.com/gittuf/gittuf-installer) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/gittuf/gittuf-installer/releases) - [Commits](https://github.com/gittuf/gittuf-installer/compare/8ce8fbd070477ec72678151e82b82c3d866d9fcd...bb2e6c13c0825057e48e931b686d61c3b6267ef8) --- updated-dependencies: - dependency-name: gittuf/gittuf-installer dependency-type: direct:production update-type: version-update:semver-minor ... 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 f591fb3..d5ac82d 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@8ce8fbd070477ec72678151e82b82c3d866d9fcd + uses: gittuf/gittuf-installer@bb2e6c13c0825057e48e931b686d61c3b6267ef8 - name: Checkout and verify repository run: | gittuf clone https://github.com/${{ github.repository }}