Skip to content

Commit

Permalink
Update to actions/checkout@v4 to avoid CI warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Mar 16, 2024
1 parent 1aa8d1f commit e260638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: install mamba
uses: mamba-org/setup-micromamba@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
conda-build-version: '*'
python-version: '*'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install mamba
uses: mamba-org/setup-micromamba@v1
with:
Expand Down

0 comments on commit e260638

Please sign in to comment.