We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88be1f4 commit 5ae477bCopy full SHA for 5ae477b
.github/workflows/lint.yaml
@@ -7,10 +7,10 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout code
10
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
11
12
- name: Cache dependencies
13
- uses: actions/cache@v3
+ uses: actions/cache@v4
14
with:
15
path: ~/.yarn
16
key: yarn-${{ hashFiles('yarn.lock') }}
.github/workflows/test.yaml
0 commit comments