Skip to content

Commit

Permalink
Bump actions/checkout to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Jul 19, 2024
1 parent bc57d42 commit 2598097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
deploy-book:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Install dependencies
- name: Set up Python 3.9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Checkout the latest code from the repo
# https://github.com/actions/checkout
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
# Setup which version of Python to use
# https://github.com/actions/setup-python
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 2598097

Please sign in to comment.