Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

- name: Push Image to repo
uses: docker/build-push-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Cleanup atlas empty projects, and terminate cluster
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- name: CleanUp empty AtlasProjects older than one day
uses: ./.github/actions/cleanup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

- name: Prepare tag
id: prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "::set-output name=tag::$tag"

- name: Check out code into the Go module directory
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0 #needs for tags

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-forked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
needs: allowed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
matrix:
test: ["AtlasProject", "AtlasCluster", "AtlasDatabaseUser"]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
Expand All @@ -73,7 +73,7 @@ jobs:
needs: allowed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
DOCKER_REPO: mongodb/mongodb-atlas-kubernetes-operator-prerelease
steps:
- name: Check out code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
needs: allowed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
needs: allowed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- name: Cache multiple paths
uses: actions/cache@v2
Expand All @@ -55,7 +55,7 @@ jobs:
matrix:
test: ["AtlasProject", "AtlasCluster", "AtlasDatabaseUser"]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- name: Cache multiple paths
uses: actions/cache@v2
Expand All @@ -77,7 +77,7 @@ jobs:
needs: allowed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- name: Cache multiple paths
uses: actions/cache@v2
Expand All @@ -104,7 +104,7 @@ jobs:
DOCKER_REPO: mongodb/mongodb-atlas-kubernetes-operator-prerelease
steps:
- name: Check out code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0 # required for tags

Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
with:
# Make sure we also get the helm-charts submodule!
submodules: recursive
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
needs: allowed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

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