We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4fa5b commit 0eb3ce6Copy full SHA for 0eb3ce6
.github/workflows/sync-labels.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- name: Checkout repository
30
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
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@v2
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Checkout
18
- uses: actions/checkout@master
19
20
- name: Set Node.js 10.x
21
uses: actions/[email protected]
0 commit comments