File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
sync-labels :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : EndBug/label-sync@da00f2c11fdb78e4fae44adac2fdd713778ea3e8 # v2.3.2
17
+ - uses : EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2.3.3
18
18
with :
19
19
source-repo : k3rnels-actions/.github
20
20
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
25
- name : Set Node
26
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0 .0
26
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
27
27
with :
28
28
node-version : 16.x
29
29
cache : ' npm'
37
37
env :
38
38
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39
39
- name : Upload Artifacts
40
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
40
+ uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
41
41
with :
42
42
retention-days : 15
43
43
name : new-dist
49
49
- build
50
50
steps :
51
51
- name : Checkout repository
52
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
52
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53
53
- name : Download Artifacts
54
54
uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
55
55
with :
70
70
- build
71
71
steps :
72
72
- name : Checkout repository
73
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
73
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74
74
- name : Download Artifacts
75
75
uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
76
76
with :
You can’t perform that action at this time.
0 commit comments