Skip to content

Commit

Permalink
Merge pull request #23 from csdms/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

chore(deps): bump actions/checkout from 2 to 4
  • Loading branch information
mcflugen committed Oct 24, 2023
2 parents b7eff6d + 6c047c9 commit e892e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -48,7 +48,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: wntrblm/[email protected]
with:
python-versions: "3.9"
Expand Down

0 comments on commit e892e4a

Please sign in to comment.