8000
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.
2 parents 28065f7 + 8a0ffef commit 0c16f2aCopy full SHA for 0c16f2a
.github/workflows/sync-labels.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- name: Checkout repository
30
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
31
32
- name: Download JSON schema for labels configuration file
33
id: download-schema
@@ -106,7 +106,7 @@ jobs:
106
echo "::set-output name=flag::--dry-run"
107
108
109
110
111
- name: Download configuration files artifact
112
uses: actions/download-artifact@v3
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Checkout
18
19
20
- name: Set Node.js 16.x
21
uses: actions/setup-node@v3
0 commit comments