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 aaf131a commit 30375ecCopy full SHA for 30375ec
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- run: echo "${{ github.actor }}"
21
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
23
24
- name: Use Node.js 20.x
25
uses: actions/setup-node@v5
.github/workflows/release-canary.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
- name: Checkout Repo
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
18
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
0 commit comments