Update actions/checkout action to v3
This commit is contained in:
parent
b3bdb236dd
commit
2e186cbcd4
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 represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# 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
|
# Runs a single command using the runners shell
|
||||||
- name: Run a one-line script
|
- name: Run a one-line script
|
||||||
|
|
Loading…
Reference in a new issue