Update actions/checkout action to v3

This commit is contained in:
Renovate Bot 2022-03-12 17:48:22 +00:00
parent b3bdb236dd
commit 2e186cbcd4
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

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