Skip to content

Commit

Permalink
ci: bump checkout action to latest version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
michalc committed Aug 10, 2024
1 parent e60ec13 commit b548587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-package-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b548587

Please sign in to comment.