Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3 (#24668)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2022
1 parent 8ccd364 commit 899f18c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
node-version: '14.18.3'

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Free disk space
run: |
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
docker exec mongo mongo --eval 'rs.initiate({_id:"rs0", members: [{"_id":1, "host":"localhost:27017"}]})'
docker exec mongo mongo --eval 'rs.status()'
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Cache cypress
id: cache-cypress
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
docker exec mongo mongo --eval 'rs.initiate({_id:"rs0", members: [{"_id":1, "host":"localhost:27017"}]})'
docker exec mongo mongo --eval 'rs.status()'
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Cache cypress
id: cache-cypress
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
release: ['official', 'preview']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down Expand Up @@ -480,7 +480,7 @@ jobs:
needs: test

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Restore build
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -565,7 +565,7 @@ jobs:
IMAGE_NAME: 'rocketchat/rocket.chat'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down Expand Up @@ -677,7 +677,7 @@ jobs:
service: ['account', 'authorization', 'ddp-streamer', 'presence', 'stream-hub']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Use Node.js 14.18.3
uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down

0 comments on commit 899f18c

Please sign in to comment.