51
51
# Clone closure-compiler repo from the commit under test into current directory.
52
52
- name : Checkout Current closure-compiler Commit
53
53
# https://github.com/marketplace/actions/checkout
54
- uses : actions/checkout@v3
54
+ uses : actions/checkout@v4
55
55
56
56
# https://github.com/bazelbuild/setup-bazelisk
57
57
- uses : bazelbuild/setup-bazelisk@v2
@@ -104,7 +104,7 @@ jobs:
104
104
# Clone closure-compiler-npm repo from master into the current directory.
105
105
- name : Checkout Current closure-compiler-npm Commit
106
106
# https://github.com/marketplace/actions/checkout
107
- uses : actions/checkout@v3
107
+ uses : actions/checkout@v4
108
108
with :
109
109
repository : google/closure-compiler-npm
110
110
ref : master
@@ -113,7 +113,7 @@ jobs:
113
113
# submodule
114
114
- name : Checkout Current closure-compiler Commit
115
115
# https://github.com/marketplace/actions/checkout
116
- uses : actions/checkout@v3
116
+ uses : actions/checkout@v4
117
117
with :
118
118
path : compiler
119
119
@@ -152,7 +152,7 @@ jobs:
152
152
# Clone closure-compiler repo from the commit under test into current directory.
153
153
- name : Checkout Current closure-compiler Commit
154
154
# https://github.com/marketplace/actions/checkout
155
- uses : actions/checkout@v3
155
+ uses : actions/checkout@v4
156
156
157
157
- name : Setup Node.js
158
158
uses : actions/setup-node@v3
0 commit comments