We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98265df commit 7f8f853Copy full SHA for 7f8f853
.github/workflows/lint-eslint.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
# checkout
14
- name: Checkout repository code
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
# install
17
- name: Setup PNPM
18
uses: pnpm/action-setup@v2
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
11
.github/workflows/test-jest.yml
0 commit comments