Skip to content

Commit

Permalink
GitHub Actions: Upgrade actions/setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and andreyfedoseev committed Aug 22, 2023
1 parent 14bb4b5 commit 2a1b34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0

- name: build
Expand Down

0 comments on commit 2a1b34f

Please sign in to comment.