From 2bd2dffc67aabf09899f1b43fbe5c5be44962fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Tue, 16 Jan 2024 18:56:33 +0000 Subject: [PATCH] chore: bumped checkout --- .github/workflows/deploy.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b6682d0..3f31b81 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 - diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca30d3e..895516a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 -