|
20 | 20 | needs: allowed |
21 | 21 | runs-on: ubuntu-latest |
22 | 22 | steps: |
23 | | - - uses: actions/checkout@v2.3.4 |
| 23 | + - uses: actions/checkout@v2.4.0 |
24 | 24 | with: |
25 | 25 | ref: ${{github.event.pull_request.head.ref}} |
26 | 26 | repository: ${{github.event.pull_request.head.repo.full_name}} |
|
48 | 48 | matrix: |
49 | 49 | test: ["AtlasProject", "AtlasCluster", "AtlasDatabaseUser"] |
50 | 50 | steps: |
51 | | - - uses: actions/checkout@v2.3.4 |
| 51 | + - uses: actions/checkout@v2.4.0 |
52 | 52 | with: |
53 | 53 | ref: ${{github.event.pull_request.head.ref}} |
54 | 54 | repository: ${{github.event.pull_request.head.repo.full_name}} |
|
73 | 73 | needs: allowed |
74 | 74 | runs-on: ubuntu-latest |
75 | 75 | steps: |
76 | | - - uses: actions/checkout@v2.3.4 |
| 76 | + - uses: actions/checkout@v2.4.0 |
77 | 77 | with: |
78 | 78 | ref: ${{github.event.pull_request.head.ref}} |
79 | 79 | repository: ${{github.event.pull_request.head.repo.full_name}} |
@@ -103,7 +103,7 @@ jobs: |
103 | 103 | DOCKER_REPO: mongodb/mongodb-atlas-kubernetes-operator-prerelease |
104 | 104 | steps: |
105 | 105 | - name: Check out code |
106 | | - uses: actions/checkout@v2.3.4 |
| 106 | + uses: actions/checkout@v2.4.0 |
107 | 107 | with: |
108 | 108 | ref: ${{github.event.pull_request.head.ref}} |
109 | 109 | repository: ${{github.event.pull_request.head.repo.full_name}} |
@@ -153,7 +153,7 @@ jobs: |
153 | 153 |
|
154 | 154 | steps: |
155 | 155 | - name: Check out code |
156 | | - uses: actions/checkout@v2.3.4 |
| 156 | + uses: actions/checkout@v2.4.0 |
157 | 157 | with: |
158 | 158 | ref: ${{github.event.pull_request.head.ref}} |
159 | 159 | repository: ${{github.event.pull_request.head.repo.full_name}} |
@@ -270,7 +270,7 @@ jobs: |
270 | 270 | needs: allowed |
271 | 271 | runs-on: ubuntu-latest |
272 | 272 | steps: |
273 | | - - uses: actions/checkout@v2.3.4 |
| 273 | + - uses: actions/checkout@v2.4.0 |
274 | 274 | with: |
275 | 275 | ref: ${{github.event.pull_request.head.ref}} |
276 | 276 | repository: ${{github.event.pull_request.head.repo.full_name}} |
|
0 commit comments