Meta: GitHub release: update to checkout@v3

checkout@v2 uses deprecated Node.js 12. See:
https://discourse.julialang.org/t/node-js-12-actions-deprecation-warning-on-github/88718
This commit is contained in:
carlfriedrich 2022-11-24 15:08:30 +01:00
parent e6e3ba4ce5
commit 402de02eea
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

View file

@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0