diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46631aa..7e355a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: node: [18, 20] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VER }} diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 3e878bb..e4b297f 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Run authn MFE tests uses: cypress-io/github-action@v2