Skip to content

Commit

Permalink
chore: bumped checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 16, 2024
1 parent ee34f2b commit 2bd2dff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container: node:${{ matrix.node-version }}-buster
steps:
- name: Checkout code from repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Instal MongoDB
run: |
wget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | apt-key add -
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container: node:${{ matrix.node-version }}-buster
steps:
- name: Checkout code from repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Instal MongoDB
run: |
wget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | apt-key add -
Expand Down

0 comments on commit 2bd2dff

Please sign in to comment.