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 23e22c8 commit 501869dCopy full SHA for 501869d
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: google/wireit@setup-github-actions-caching/v1
12
- name: Checkout
13
- uses: actions/checkout@v3.6.0
+ uses: actions/checkout@v4.1.1
14
15
- name: Install
16
run: |
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- name: Use Node.js 20
19
uses: actions/setup-node@v3
20
with:
0 commit comments