diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 9ea7073ded..e67ee9ede0 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules uses: actions/cache@v3 id: cache @@ -51,7 +51,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules uses: actions/cache@v3 id: cache diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 76cecf54d1..9894806825 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d9cae4bc8..ebfdf7a4a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules (Playground) uses: actions/cache@v3 id: cache @@ -51,7 +51,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules (Docs) uses: actions/cache@v3 id: cache @@ -77,7 +77,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules uses: actions/cache@v3 id: cache @@ -110,7 +110,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules uses: actions/cache@v3 id: cache @@ -149,7 +149,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache docs/node_modules uses: actions/cache@v3 id: cache @@ -183,7 +183,7 @@ jobs: run: | docker pull sitespeedio/sitespeed.io:20.0.0 - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Start throttle 3g run: | npm install @sitespeed.io/throttle -g diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index 339906ea26..0fad8eb99c 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules uses: actions/cache@v3 id: cache @@ -55,7 +55,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules uses: actions/cache@v3 id: cache diff --git a/.github/workflows/sonar-cloud.yml b/.github/workflows/sonar-cloud.yml index f7aa690399..348720f32b 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -22,7 +22,7 @@ jobs: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a6bf8da5c..7164d9bebc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: cache node_modules uses: actions/cache@v3