Skip to content

Commit

Permalink
Fix GitHub Actions Node.js deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Feb 29, 2024
1 parent 177efa1 commit ee0e323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.0.0

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2.2.0
Expand Down

0 comments on commit ee0e323

Please sign in to comment.