diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml index 50583f2d..bd01daba 100644 --- a/.github/workflows/snapshot-release.yml +++ b/.github/workflows/snapshot-release.yml @@ -76,7 +76,7 @@ jobs: - name: Create comment if: github.event_name == 'issue_comment' - uses: peter-evans/create-or-update-comment@v3.0.1 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.issue.number }} body: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2d19ece4..f8ae0983 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,8 +21,8 @@ jobs: version: ${{ steps.version.outputs.matrix }} steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: "20.x" cache: "yarn" @@ -42,8 +42,8 @@ jobs: matrix: version: ${{ fromJson(needs.matrix.outputs.version) }} steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: "20.x" cache: "yarn" @@ -61,8 +61,8 @@ jobs: matrix: version: ${{ fromJson(needs.matrix.outputs.version) }} steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: "20.x" cache: "yarn" @@ -82,8 +82,8 @@ jobs: run: working-directory: ./integration-test steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: "20.x" cache: "yarn" @@ -107,7 +107,7 @@ jobs: id: playwright-version run: yarn why @playwright/test --json | jq '.children|to_entries[0].value.locator' --raw-output | sed 's/^.*npm:/PLAYWRIGHT_VERSION=/' >> $GITHUB_ENV - name: Cache playwright binaries - uses: actions/cache@v3 + uses: actions/cache@v4 id: playwright-cache with: path: |