Skip to content
Open
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
12 changes: 6 additions & 6 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
node-version: "12.22.1"

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

- name: Free disk space
run: |
Expand Down Expand Up @@ -226,7 +226,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.1.0

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

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

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

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

- name: Restore build
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
IMAGE: "rocketchat/rocket.chat"

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

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

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

- name: Use Node.js 12.22.1
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.1.0
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