Skip to content

Commit ce96387

Browse files
Bump actions/checkout from 2.3.4 to 2.4.0 (#336)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9555c4 commit ce96387

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

.github/workflows/build-test-app.yml

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

1717
steps:
1818
- name: Check out code
19-
uses: actions/checkout@v2.3.4
19+
uses: actions/checkout@v2.4.0
2020

2121
- name: Push Image to repo
2222
uses: docker/build-push-action@v1

.github/workflows/cleanup-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Cleanup atlas empty projects, and terminate cluster
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2.3.4
13+
- uses: actions/checkout@v2.4.0
1414

1515
- name: CleanUp empty AtlasProjects older than one day
1616
uses: ./.github/actions/cleanup

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616

1717
- name: Check out code
18-
uses: actions/checkout@v2.3.4
18+
uses: actions/checkout@v2.4.0
1919

2020
- name: Prepare tag
2121
id: prepare

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: lint
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2.3.4
18+
- uses: actions/checkout@v2.4.0
1919

2020
- name: golangci-lint
2121
uses: golangci/[email protected]

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323

2424
- name: Check out code into the Go module directory
25-
uses: actions/checkout@v2.3.4
25+
uses: actions/checkout@v2.4.0
2626
with:
2727
fetch-depth: 0 #required for tags
2828

.github/workflows/release-post-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "::set-output name=tag::$tag"
4747
4848
- name: Check out code into the Go module directory
49-
uses: actions/checkout@v2.3.4
49+
uses: actions/checkout@v2.4.0
5050
with:
5151
fetch-depth: 0 #needs for tags
5252

.github/workflows/test-forked.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
needs: allowed
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v2.3.4
23+
- uses: actions/checkout@v2.4.0
2424
with:
2525
ref: ${{github.event.pull_request.head.ref}}
2626
repository: ${{github.event.pull_request.head.repo.full_name}}
@@ -48,7 +48,7 @@ jobs:
4848
matrix:
4949
test: ["AtlasProject", "AtlasCluster", "AtlasDatabaseUser"]
5050
steps:
51-
- uses: actions/checkout@v2.3.4
51+
- uses: actions/checkout@v2.4.0
5252
with:
5353
ref: ${{github.event.pull_request.head.ref}}
5454
repository: ${{github.event.pull_request.head.repo.full_name}}
@@ -73,7 +73,7 @@ jobs:
7373
needs: allowed
7474
runs-on: ubuntu-latest
7575
steps:
76-
- uses: actions/checkout@v2.3.4
76+
- uses: actions/checkout@v2.4.0
7777
with:
7878
ref: ${{github.event.pull_request.head.ref}}
7979
repository: ${{github.event.pull_request.head.repo.full_name}}
@@ -103,7 +103,7 @@ jobs:
103103
DOCKER_REPO: mongodb/mongodb-atlas-kubernetes-operator-prerelease
104104
steps:
105105
- name: Check out code
106-
uses: actions/checkout@v2.3.4
106+
uses: actions/checkout@v2.4.0
107107
with:
108108
ref: ${{github.event.pull_request.head.ref}}
109109
repository: ${{github.event.pull_request.head.repo.full_name}}
@@ -153,7 +153,7 @@ jobs:
153153

154154
steps:
155155
- name: Check out code
156-
uses: actions/checkout@v2.3.4
156+
uses: actions/checkout@v2.4.0
157157
with:
158158
ref: ${{github.event.pull_request.head.ref}}
159159
repository: ${{github.event.pull_request.head.repo.full_name}}
@@ -270,7 +270,7 @@ jobs:
270270
needs: allowed
271271
runs-on: ubuntu-latest
272272
steps:
273-
- uses: actions/checkout@v2.3.4
273+
- uses: actions/checkout@v2.4.0
274274
with:
275275
ref: ${{github.event.pull_request.head.ref}}
276276
repository: ${{github.event.pull_request.head.repo.full_name}}

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
needs: allowed
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v2.3.4
33+
- uses: actions/checkout@v2.4.0
3434

3535
- name: Cache multiple paths
3636
uses: actions/cache@v2
@@ -55,7 +55,7 @@ jobs:
5555
matrix:
5656
test: ["AtlasProject", "AtlasCluster", "AtlasDatabaseUser"]
5757
steps:
58-
- uses: actions/checkout@v2.3.4
58+
- uses: actions/checkout@v2.4.0
5959

6060
- name: Cache multiple paths
6161
uses: actions/cache@v2
@@ -77,7 +77,7 @@ jobs:
7777
needs: allowed
7878
runs-on: ubuntu-latest
7979
steps:
80-
- uses: actions/checkout@v2.3.4
80+
- uses: actions/checkout@v2.4.0
8181

8282
- name: Cache multiple paths
8383
uses: actions/cache@v2
@@ -104,7 +104,7 @@ jobs:
104104
DOCKER_REPO: mongodb/mongodb-atlas-kubernetes-operator-prerelease
105105
steps:
106106
- name: Check out code
107-
uses: actions/checkout@v2.3.4
107+
uses: actions/checkout@v2.4.0
108108
with:
109109
fetch-depth: 0 # required for tags
110110

@@ -152,7 +152,7 @@ jobs:
152152

153153
steps:
154154
- name: Check out code
155-
uses: actions/checkout@v2.3.4
155+
uses: actions/checkout@v2.4.0
156156
with:
157157
# Make sure we also get the helm-charts submodule!
158158
submodules: recursive
@@ -267,7 +267,7 @@ jobs:
267267
needs: allowed
268268
runs-on: ubuntu-latest
269269
steps:
270-
- uses: actions/checkout@v2.3.4
270+
- uses: actions/checkout@v2.4.0
271271

272272
- name: CleanUp empty AtlasProjects older than one day
273273
uses: ./.github/actions/cleanup

0 commit comments

Comments
 (0)