diff --git a/.github/workflows/appium.yml b/.github/workflows/appium.yml index b8bcfe885..7523509e7 100644 --- a/.github/workflows/appium.yml +++ b/.github/workflows/appium.yml @@ -20,7 +20,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: @@ -44,7 +44,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e5ccc6d8f..7d6d950b9 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest name: Check Tests steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: testomatio/check-tests@master diff --git a/.github/workflows/doc-generation.yml b/.github/workflows/doc-generation.yml index 4c88d5aae..9acd9f2b2 100644 --- a/.github/workflows/doc-generation.yml +++ b/.github/workflows/doc-generation.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index bb0a7cc84..9b3119d16 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check out the repo with latest code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Push latest to Docker Hub uses: docker/build-push-action@v4 # Info: https://github.com/docker/build-push-action/tree/releases/v1#tags with: @@ -28,10 +28,10 @@ jobs: - name: 'Get the current tag' id: currentTag - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: git fetch --prune --unshallow && TAG=$(git describe --tags --abbrev=0) && echo $TAG && echo "TAG="$TAG >> "$GITHUB_ENV" - name: Check out the repo with tag - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ env.TAG }} diff --git a/.github/workflows/dtslint.yml b/.github/workflows/dtslint.yml index ab7b34747..f6817ca24 100644 --- a/.github/workflows/dtslint.yml +++ b/.github/workflows/dtslint.yml @@ -15,7 +15,7 @@ jobs: matrix: node-version: [16.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a10b0c0f4..96d8fa5c3 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -23,7 +23,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: diff --git a/.github/workflows/puppeteer.yml b/.github/workflows/puppeteer.yml index 82cc19ebd..c7724ce13 100644 --- a/.github/workflows/puppeteer.yml +++ b/.github/workflows/puppeteer.yml @@ -23,7 +23,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82f006b8b..f21f34c37 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: node-version: [16.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: diff --git a/.github/workflows/testcafe.yml b/.github/workflows/testcafe.yml index 7b7704340..181aae6bb 100644 --- a/.github/workflows/testcafe.yml +++ b/.github/workflows/testcafe.yml @@ -24,7 +24,7 @@ jobs: node-version: [16.x, 18.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: diff --git a/.github/workflows/webdriver.yml b/.github/workflows/webdriver.yml index a38c671da..a57b78388 100644 --- a/.github/workflows/webdriver.yml +++ b/.github/workflows/webdriver.yml @@ -23,7 +23,7 @@ jobs: steps: - run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: