Skip to content

Commit

Permalink
update checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored Oct 14, 2024
1 parent 60a6f54 commit 1e1c5c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Check Formatting Errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
python -m pip install pycodestyle autopep8
Expand All @@ -41,7 +41,7 @@ jobs:
shell: bash -el {0}
name: ${{ matrix.os }} Python ${{ matrix.python-version }} Subtest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Miniforge Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v3
with:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' && github.repository == 'JacksonBurns/py2opsin'}}
needs: ci-report-status
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 1e1c5c9

Please sign in to comment.