Skip to content

Commit

Permalink
Merge pull request #11 from mikicz/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
mikicz authored Oct 22, 2024
2 parents 56ea4db + e937b22 commit b179b57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Poetry
uses: snok/[email protected]
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
tox_test:
name: Tox tests
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run Tox tests
id: test
uses: fedora-python/tox-github-action@main
Expand All @@ -38,6 +38,6 @@ jobs:
name: Pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]

0 comments on commit b179b57

Please sign in to comment.