commit b19e7881b33343877530df6b4df095ef3d206e82 from: Sergey Bronnikov date: Sat Mar 23 16:52:22 2024 UTC ci: bump version of actions/checkout New version fixes a warning in a Github Action web UI: > Node.js 16 actions are deprecated. Please update the following actions > to use Node.js 20: actions/checkout@v3. For more information see: > https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. commit - 6262fa4353fe2cc4cb1dac8b8bd221d93eab1058 commit + b19e7881b33343877530df6b4df095ef3d206e82 blob - c5b3796a4d4878f5398f2ef9c2636c6aa0d96bdf blob + 6ff674b44ba1c8b07c780620d806554da6494360 --- .github/workflows/cflite_batch.yml +++ .github/workflows/cflite_batch.yml @@ -21,7 +21,7 @@ jobs: matrix: sanitizer: [address, undefined] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/setup - name: Build fuzzing tests (${{ matrix.sanitizer }}) id: build blob - c5c5bdb49fdfa936d635d1b3a27ab4e087ccac1e blob + 01aa8e3a624baf7721c34e701763f30fcddaa848 --- .github/workflows/cflite_build.yml +++ .github/workflows/cflite_build.yml @@ -16,7 +16,7 @@ jobs: matrix: sanitizer: [address, undefined] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/setup - name: Build fuzzing tests (${{ matrix.sanitizer }}) id: build blob - 9fafc603eea5307acd8108869fab073b02c00db7 blob + a02560329807b25c2a48f639727c89861627cbdf --- .github/workflows/cflite_cron.yml +++ .github/workflows/cflite_cron.yml @@ -18,7 +18,7 @@ jobs: Coverage: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/setup - name: Build fuzzing tests id: build @@ -48,7 +48,7 @@ jobs: Pruning: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/setup - name: Build Fuzzers id: build blob - 3f2d629fdc11f97d0a06c450c7abf922a45280e1 blob + 474559c871e0f46dce5166ab04a504a61439d159 --- .github/workflows/cflite_pr.yml +++ .github/workflows/cflite_pr.yml @@ -41,7 +41,7 @@ jobs: matrix: sanitizer: [address, undefined] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/setup - name: Build fuzzing tests (${{ matrix.sanitizer }}) id: build blob - 677ea1eb18befa432f4bcf66a6d0534c50283771 blob + 9178a8d269224747c31aa0ed506d04de775dc3cc --- .github/workflows/check.yaml +++ .github/workflows/check.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html#schema # A machine-readable JSON schema for the CMakePresets.json format. @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup luarocks run: sudo apt install -y luarocks blob - 6df3d684024546388dd19417d097fc85a74a6c68 blob + 210fa70f914175942b0b50e1a24d7d89256957d2 --- .github/workflows/test.yaml +++ .github/workflows/test.yaml @@ -36,7 +36,7 @@ jobs: fail-fast: false runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive