File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
23
23
steps :
24
24
- name : Checkout repository
25
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
26
27
27
- name : Setup Node.js
28
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
28
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
29
29
with :
30
30
node-version : 16.x
31
31
cache : ' npm'
Original file line number Diff line number Diff line change 9
9
sync-labels :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : EndBug/label-sync@da00f2c11fdb78e4fae44adac2fdd713778ea3e8 # v2.3.2
12
+ - uses : EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2.3.3
13
13
with :
14
14
config-file : https://raw.githubusercontent.com/k3rnels-actions/.github/main/.github/labels.yaml
15
15
delete-other-labels : true
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : ' Checkout repository'
15
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
15
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
16
17
17
- name : ' Setup Node.js'
18
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
18
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
19
19
with :
20
20
node-version : ' 16.x'
21
21
cache : ' npm'
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : ' Checkout repository'
33
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34
34
35
35
- name : ' Execute test run'
36
36
uses : ./
45
45
runs-on : ubuntu-latest
46
46
steps :
47
47
- name : ' Checkout repository'
48
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
48
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49
49
50
50
- name : ' Execute test run'
51
51
uses : ./
You can’t perform that action at this time.
0 commit comments