ci: update actions to use actions/checkout@v3 (#17)
This commit is contained in:
committed by
GitHub
parent
6379e82105
commit
6ae29a25e8
2
.github/workflows/readme-stars.yml
vendored
2
.github/workflows/readme-stars.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
update-readme:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
if: ${{ env.AOC_ENABLED }}
|
||||
env:
|
||||
AOC_ENABLED: ${{ secrets.AOC_ENABLED }}
|
||||
|
||||
Reference in New Issue
Block a user