Upgrade deprecated actions/checkout@v2 to v3 (#2904)

Fixes the following Actions warning:

"Node.js 12 actions are deprecated. Please update the following
actions to use Node.js 16: actions/checkout@v2. For more information
see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/."
This commit is contained in:
stephan-cr 2023-06-18 11:40:28 +02:00 committed by GitHub
parent c11d12a176
commit 6804b4136c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
env:
EMACS_VERSION: ${{ matrix.emacs_version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0