From b5485876963bf566cfef759dfa5b576b27fa16fa Mon Sep 17 00:00:00 2001 From: Michal Charemza Date: Sat, 10 Aug 2024 15:54:13 +0100 Subject: [PATCH] ci: bump checkout action to latest version Mostly just since I noticed it was out of date, but also I think it does some interactions with tokens and things, and makes it easier to use to use the GitHub CLI in later step. Not sure if the earlier version does that, but we'll need to bump at some point, so may as well be now. --- .github/workflows/deploy-package-to-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-package-to-pypi.yml b/.github/workflows/deploy-package-to-pypi.yml index b2302c1..bd46c97 100644 --- a/.github/workflows/deploy-package-to-pypi.yml +++ b/.github/workflows/deploy-package-to-pypi.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v3 with: