NO-JIRA Bump actions/checkout from 3 to 4
This commit is contained in:
2
.github/workflows/qa.yml
vendored
2
.github/workflows/qa.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
||||
run_qa:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: ./test/run-qa.sh
|
||||
|
||||
Reference in New Issue
Block a user