diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index af815aae..ec111c46 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install run: yarn diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5257d68..9d7ceefc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install run: yarn