Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from UCL/dependabot/github_actions/actions/chec…
Browse files Browse the repository at this point in the history
…kout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
dstansby authored Sep 5, 2023
2 parents 579ac86 + 346bbb4 commit aa7d881
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
test-pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./pre-commit
2 changes: 1 addition & 1 deletion .github/workflows/test-python-build-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test-python-build-sdist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./python/build_sdist
with:
package-path: 'tests/python/test_package'
2 changes: 1 addition & 1 deletion .github/workflows/test-python-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test-python-tox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./python/tox
with:
python-version: '3.10'

0 comments on commit aa7d881

Please sign in to comment.