Skip to content

Commit fc283df

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa0b0f4 commit fc283df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Clone closure-compiler repo from the commit under test into current directory.
5252
- name: Checkout Current closure-compiler Commit
5353
# https://github.com/marketplace/actions/checkout
54-
uses: actions/checkout@v3
54+
uses: actions/checkout@v4
5555

5656
# https://github.com/bazelbuild/setup-bazelisk
5757
- uses: bazelbuild/setup-bazelisk@v2
@@ -104,7 +104,7 @@ jobs:
104104
# Clone closure-compiler-npm repo from master into the current directory.
105105
- name: Checkout Current closure-compiler-npm Commit
106106
# https://github.com/marketplace/actions/checkout
107-
uses: actions/checkout@v3
107+
uses: actions/checkout@v4
108108
with:
109109
repository: google/closure-compiler-npm
110110
ref: master
@@ -113,7 +113,7 @@ jobs:
113113
# submodule
114114
- name: Checkout Current closure-compiler Commit
115115
# https://github.com/marketplace/actions/checkout
116-
uses: actions/checkout@v3
116+
uses: actions/checkout@v4
117117
with:
118118
path: compiler
119119

@@ -152,7 +152,7 @@ jobs:
152152
# Clone closure-compiler repo from the commit under test into current directory.
153153
- name: Checkout Current closure-compiler Commit
154154
# https://github.com/marketplace/actions/checkout
155-
uses: actions/checkout@v3
155+
uses: actions/checkout@v4
156156

157157
- name: Setup Node.js
158158
uses: actions/setup-node@v3

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)