diff --git a/.github/workflows/c-linter.yml b/.github/workflows/c-linter.yml index d47730e3c..6856d1879 100644 --- a/.github/workflows/c-linter.yml +++ b/.github/workflows/c-linter.yml @@ -5,7 +5,7 @@ jobs: cpp-linter: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/check-ifdefs.yml b/.github/workflows/check-ifdefs.yml index 3f4ab8daa..9afa5f016 100644 --- a/.github/workflows/check-ifdefs.yml +++ b/.github/workflows/check-ifdefs.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 986f946d6..2aeb59687 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Python uses: actions/setup-python@v5 diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index c9053b0bc..5dd6c24b9 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Get the version id: get_version diff --git a/.github/workflows/docs-test.yml b/.github/workflows/docs-test.yml index 8721e4ecb..884c50540 100644 --- a/.github/workflows/docs-test.yml +++ b/.github/workflows/docs-test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install pandoc and doxygen diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 149ffc4af..055dbab52 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -10,7 +10,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install pandoc and doxygen run: | diff --git a/.github/workflows/gpu_action.yml b/.github/workflows/gpu_action.yml index 21946cb6d..395441215 100644 --- a/.github/workflows/gpu_action.yml +++ b/.github/workflows/gpu_action.yml @@ -5,7 +5,7 @@ jobs: gpu-compilation: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/reacting_bubble-compare.yml b/.github/workflows/reacting_bubble-compare.yml index a895a3e58..232f01b95 100644 --- a/.github/workflows/reacting_bubble-compare.yml +++ b/.github/workflows/reacting_bubble-compare.yml @@ -5,7 +5,7 @@ jobs: reacting_bubble-2d: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0