@dword-design/base 8.6.16 → 8.6.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated-files/__snapshots__/github-deprecated-dependencies.spec.js.snap +1 -1
- package/dist/generated-files/__snapshots__/github-sync-metadata.spec.js.snap +2 -2
- package/dist/generated-files/github-deprecated-dependencies.js +1 -1
- package/dist/generated-files/github-sync-labels.js +1 -1
- package/dist/generated-files/github-sync-metadata.js +1 -1
- package/dist/generated-files/github-workflow/__snapshots__/index.spec.js.snap +5 -5
- package/dist/generated-files/github-workflow/strategies/job-matrix.js +2 -2
- package/dist/generated-files/github-workflow/strategies/simple.js +1 -1
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ Object {
|
|
|
7
7
|
"runs-on": "ubuntu-latest",
|
|
8
8
|
"steps": Array [
|
|
9
9
|
Object {
|
|
10
|
-
"uses": "actions/checkout@
|
|
10
|
+
"uses": "actions/checkout@v3",
|
|
11
11
|
},
|
|
12
12
|
Object {
|
|
13
13
|
"uses": "jaid/action-sync-node-meta@v2.0.0",
|
|
@@ -40,7 +40,7 @@ Object {
|
|
|
40
40
|
"runs-on": "ubuntu-latest",
|
|
41
41
|
"steps": Array [
|
|
42
42
|
Object {
|
|
43
|
-
"uses": "actions/checkout@
|
|
43
|
+
"uses": "actions/checkout@v3",
|
|
44
44
|
},
|
|
45
45
|
Object {
|
|
46
46
|
"uses": "jaid/action-sync-node-meta@v2.0.0",
|
|
@@ -20,7 +20,7 @@ Object {
|
|
|
20
20
|
"runs-on": "ubuntu-latest",
|
|
21
21
|
"steps": Array [
|
|
22
22
|
Object {
|
|
23
|
-
"uses": "actions/checkout@
|
|
23
|
+
"uses": "actions/checkout@v3",
|
|
24
24
|
"with": Object {
|
|
25
25
|
"lfs": true,
|
|
26
26
|
"ref": "\${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}",
|
|
@@ -71,7 +71,7 @@ Object {
|
|
|
71
71
|
"runs-on": "\${{ matrix.os }}",
|
|
72
72
|
"steps": Array [
|
|
73
73
|
Object {
|
|
74
|
-
"uses": "actions/checkout@
|
|
74
|
+
"uses": "actions/checkout@v3",
|
|
75
75
|
"with": Object {
|
|
76
76
|
"fetch-depth": 0,
|
|
77
77
|
"lfs": true,
|
|
@@ -157,7 +157,7 @@ Object {
|
|
|
157
157
|
"uses": "rokroskar/workflow-run-cleanup-action@v0.3.3",
|
|
158
158
|
},
|
|
159
159
|
Object {
|
|
160
|
-
"uses": "actions/checkout@
|
|
160
|
+
"uses": "actions/checkout@v3",
|
|
161
161
|
"with": Object {
|
|
162
162
|
"fetch-depth": 0,
|
|
163
163
|
"lfs": true,
|
|
@@ -246,7 +246,7 @@ Object {
|
|
|
246
246
|
"uses": "rokroskar/workflow-run-cleanup-action@v0.3.3",
|
|
247
247
|
},
|
|
248
248
|
Object {
|
|
249
|
-
"uses": "actions/checkout@
|
|
249
|
+
"uses": "actions/checkout@v3",
|
|
250
250
|
"with": Object {
|
|
251
251
|
"fetch-depth": 0,
|
|
252
252
|
"lfs": true,
|
|
@@ -339,7 +339,7 @@ Object {
|
|
|
339
339
|
"uses": "rokroskar/workflow-run-cleanup-action@v0.3.3",
|
|
340
340
|
},
|
|
341
341
|
Object {
|
|
342
|
-
"uses": "actions/checkout@
|
|
342
|
+
"uses": "actions/checkout@v3",
|
|
343
343
|
"with": Object {
|
|
344
344
|
"fetch-depth": 0,
|
|
345
345
|
"lfs": true,
|
|
@@ -32,7 +32,7 @@ var _default = () => {
|
|
|
32
32
|
needs: 'test',
|
|
33
33
|
'runs-on': 'ubuntu-latest',
|
|
34
34
|
steps: [{
|
|
35
|
-
uses: 'actions/checkout@
|
|
35
|
+
uses: 'actions/checkout@v3',
|
|
36
36
|
with: {
|
|
37
37
|
lfs: true,
|
|
38
38
|
ref: "${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}"
|
|
@@ -56,7 +56,7 @@ var _default = () => {
|
|
|
56
56
|
needs: 'cancel-existing',
|
|
57
57
|
'runs-on': '${{ matrix.os }}',
|
|
58
58
|
steps: [{
|
|
59
|
-
uses: 'actions/checkout@
|
|
59
|
+
uses: 'actions/checkout@v3',
|
|
60
60
|
with: {
|
|
61
61
|
'fetch-depth': 0,
|
|
62
62
|
lfs: true
|
|
@@ -22,7 +22,7 @@ var _default = config => ({
|
|
|
22
22
|
if: "!contains(github.event.head_commit.message, '[skip ci]')",
|
|
23
23
|
'runs-on': 'ubuntu-latest',
|
|
24
24
|
steps: [..._cancelExisting.default, {
|
|
25
|
-
uses: 'actions/checkout@
|
|
25
|
+
uses: 'actions/checkout@v3',
|
|
26
26
|
with: {
|
|
27
27
|
'fetch-depth': 0,
|
|
28
28
|
lfs: true,
|