Skip to content

Commit

Permalink
Merge pull request #284 from bosd/pre-commit-upd-actions
Browse files Browse the repository at this point in the history
Update GitHub checkout action from v3 to v4 in workflow
  • Loading branch information
sbidoul authored Nov 15, 2024
2 parents 6f0c788 + 7664fba commit 857a2a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.12"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
machine: ubuntu-24.04
steps:
# Prepare environment
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry

Expand Down

0 comments on commit 857a2a6

Please sign in to comment.