Merge pull request #586 from major/renovate/actions-checkout-3.x

Update actions/checkout action to v3
This commit is contained in:
Jean-Marie Renouard 2022-03-12 18:48:42 +01:00 committed by GitHub
commit 03636f3649
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Runs a single command using the runners shell
- name: Run a one-line script