From e7325ff46882c3c70ea6ad61cbbc8e912f7dcb79 Mon Sep 17 00:00:00 2001 From: Zachary Newman Date: Wed, 21 Sep 2022 15:21:38 -0400 Subject: [PATCH] chore: update TUF spec version to 1.0.31 Fixes #391; see that issue for justification. Signed-off-by: Zachary Newman --- .github/workflows/specification-version-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/specification-version-check.yml b/.github/workflows/specification-version-check.yml index 44218e1ac..f128207de 100644 --- a/.github/workflows/specification-version-check.yml +++ b/.github/workflows/specification-version-check.yml @@ -11,4 +11,4 @@ jobs: issues: write uses: theupdateframework/specification/.github/workflows/check-latest-spec-version.yml@master with: - tuf-version: "v1.0.30" # Should be updated to the according version either manually or extracted automatically as how it's done in python-tuf + tuf-version: "v1.0.31" # Should be updated to the according version either manually or extracted automatically as how it's done in python-tuf