update to checkout@v4 for newer NodeJS

pull/768/head
Brad House 6 months ago
parent 55afad6903
commit 6bbdcf766e
  1. 2
      .github/workflows/codespell.yml
  2. 2
      .github/workflows/coverity.yml
  3. 2
      .github/workflows/reuse.yml
  4. 2
      .github/workflows/sonarcloud.yml
  5. 2
      .github/workflows/watcom.yml

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: install
run: |

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: apt dependencies

@ -23,6 +23,6 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1

@ -14,7 +14,7 @@ jobs:
env:
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Install sonar-scanner and build-wrapper

@ -14,7 +14,7 @@ jobs:
steps:
- uses: open-watcom/setup-watcom@v0
- name: Checkout Source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: configure

Loading…
Cancel
Save