Skip to content

Commit

Permalink
GitHub Actions: Bump actions/checkout to v4 to avoid a deprecated Nod…
Browse files Browse the repository at this point in the history
…e.js warning
  • Loading branch information
hroncok committed Oct 22, 2024
1 parent eaba4de commit 8437861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
tox_test:
name: tox test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run tox tests
id: test
uses: fedora-python/tox-github-action@main
Expand Down

0 comments on commit 8437861

Please sign in to comment.