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 8d21106 commit 727da81Copy full SHA for 727da81
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
node-version: 12
10
registry-url: https://registry.npmjs.org/
11
- name: checkout
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
with:
14
fetch-depth: 0 # gives standard-version access to all previous commits
15
- name: generate tag and release body
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
8
- name:
run: |
yarn install
0 commit comments