Skip to content

Commit

Permalink
Merge pull request #100 from niaid/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
blowekamp authored Feb 26, 2024
2 parents 7b6bda9 + 513c154 commit 972326f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
linting_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.8
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
python-version: [3.8, 3.9, '3.10', '3.11']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create LFS file list
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
needs: linting_test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.9
Expand Down

0 comments on commit 972326f

Please sign in to comment.