From af4dc1b0a894b17d8e3d7c42a313305063606ccb Mon Sep 17 00:00:00 2001 From: Philipp A Date: Tue, 31 Oct 2023 12:40:16 +0100 Subject: [PATCH] Update .github/workflows/publish.yml Co-authored-by: Lukas Heumos --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a1e7041c4..c67973007 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: permissions: id-token: write # to authenticate as Trusted Publisher to pypi.org steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: "3.x"