.github: update checkout action to v3

This commit is contained in:
Jelle van der Waa 2023-04-17 16:03:34 +02:00 committed by Martin Pitt
parent 1c30b49d3d
commit 02771f6e37
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ jobs:
echo '${{ secrets.GITHUB_TOKEN }}' > ~/.config/github-token
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run npm-update bot
run: |

View file

@ -19,7 +19,7 @@ jobs:
echo '${{ secrets.GITHUB_TOKEN }}' > ~/.config/github-token
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run npm-update bot
run: |