We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b108db5 + 2e071a1 commit b15af1bCopy full SHA for b15af1b
.github/workflows/tests.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout repository
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
18
- name: Set up Node.js
19
uses: actions/setup-node@v3
.github/workflows/update.yaml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
20
- uses: actions/checkout@v2
21
22
- name: Get version
23
id: versions_step
0 commit comments