From daa2ffb4116110b7b4c3ef2987c3992283d70974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:31:18 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...3df4ab11eba7bda6032a0b82a6bb43b11571feac) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6d7b061..3b4e3aae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ # | Item | Section in the right pane | # | ------------------------- | ------------------------------------- | # | OS, VM | Set up job | -# | git repo, commit hash | Run actions/checkout@v3 | +# | git repo, commit hash | Run actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac | # | gcc, tools | Environment info | # # - To fail earlier, order of tests in the same job are roughly sorted by @@ -107,7 +107,7 @@ jobs: CC: ${{ matrix.cc }} CXX: ${{ matrix.cxx }} steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4 - name: apt-get install run: | @@ -175,7 +175,7 @@ jobs: name: Linux x64 check results consistency runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4 - name: Environment info run: | @@ -223,7 +223,7 @@ jobs: CC: emcc steps: - - uses: actions/checkout@v3 # https://github.com/actions/checkout + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # https://github.com/actions/checkout - name: Setup cache id: cache-system-libraries @@ -267,7 +267,7 @@ jobs: name: Linux x64 misc tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4 - name: apt-get install run: | @@ -314,7 +314,7 @@ jobs: name: Linux x64 cmake unofficial build test runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4 - name: Environment info run: | @@ -414,7 +414,7 @@ jobs: XEMU: ${{ matrix.xemu }} MOREFLAGS: -Werror steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4 - name: apt update & install (1) run: | sudo apt-get update @@ -484,7 +484,7 @@ jobs: { os: macos-12 }, ] steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4 - name: Environment info run: | @@ -525,7 +525,7 @@ jobs: arch: [ x64, Win32, ARM, ARM64 ] steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4 - name: Build ${{ matrix.system.os }}, ${{ matrix.arch }} run: | @@ -595,7 +595,7 @@ jobs: run: shell: msys2 {0} steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4 - uses: msys2/setup-msys2@7efe20baefed56359985e327d329042cde2434ff # v2 with: msystem: MSYS