Skip to content

Commit

Permalink
Use checkout v4
Browse files Browse the repository at this point in the history
To avoid warning:

The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
  • Loading branch information
jesusff authored Oct 15, 2024
1 parent 508f8fd commit 8417293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup conda
uses: conda-incubator/setup-miniconda@v3
Expand Down

0 comments on commit 8417293

Please sign in to comment.