.github: update checkout action to v3
This commit is contained in:
parent
1c30b49d3d
commit
02771f6e37
2 changed files with 2 additions and 2 deletions
2
.github/workflows/npm-update-pf.yml
vendored
2
.github/workflows/npm-update-pf.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
echo '${{ secrets.GITHUB_TOKEN }}' > ~/.config/github-token
|
echo '${{ secrets.GITHUB_TOKEN }}' > ~/.config/github-token
|
||||||
|
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Run npm-update bot
|
- name: Run npm-update bot
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
2
.github/workflows/npm-update.yml
vendored
2
.github/workflows/npm-update.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
echo '${{ secrets.GITHUB_TOKEN }}' > ~/.config/github-token
|
echo '${{ secrets.GITHUB_TOKEN }}' > ~/.config/github-token
|
||||||
|
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Run npm-update bot
|
- name: Run npm-update bot
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue