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 4dda101 commit 7da1ed4Copy full SHA for 7da1ed4
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
7
steps:
8
- name: Begin CI...
9
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
10
11
- name: Use Node 12
12
uses: actions/setup-node@v4
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
release_package:
runs-on: ubuntu-latest
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- name: "yarn install"
14
run: yarn install --frozen-lockfile
0 commit comments