Merge pull request #586 from major/renovate/actions-checkout-3.x
Update actions/checkout action to v3
This commit is contained in:
commit
03636f3649
1 changed files with 1 additions and 1 deletions
2
.github/workflows/exec.yml
vendored
2
.github/workflows/exec.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue