We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c1a75 commit ccaf9efCopy full SHA for ccaf9ef
.github/workflows/qa.yml
@@ -6,7 +6,7 @@ jobs:
6
run_qa:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
with:
11
token: ${{ secrets.GITHUB_TOKEN }}
12
- run: ./test/run-qa.sh
.github/workflows/update-tags.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- name: Checkout
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
18
- name: Parse semver
19
uses: madhead/semver-utils@latest
0 commit comments