diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 0cd95e5..151e9f6 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -17,7 +17,7 @@ jobs: name: E2E tests on ${{ matrix.browser }} - ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup node uses: actions/setup-node@v2 with: diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index da30f06..c45742c 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -38,7 +38,7 @@ jobs: run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin - name: Checkout project - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 + uses: actions/checkout@v3 # v2 - name: Init repo for Dockerization run: docker/init.sh "$TAG"