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 -