From a6bfa388b033ee917496837197310b9d7041801a Mon Sep 17 00:00:00 2001 From: Zachary Newman Date: Mon, 22 May 2023 15:01:43 -0400 Subject: [PATCH] Update specification version See #492 for justification. Fixes #494. 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 f128207d..523e455c 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.31" # Should be updated to the according version either manually or extracted automatically as how it's done in python-tuf + tuf-version: "v1.0.32" # Should be updated to the according version either manually or extracted automatically as how it's done in python-tuf