Bump actions/checkout from 4.1.1 to 4.1.2 (#905)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 20 Mar 2024 13:53:43 +0000 (14:53 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2024 13:53:43 +0000 (14:53 +0100)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [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/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/codespell.yml
.github/workflows/pr-ci.yml

index d9e6dd4e035afa6d9bb7b962db812c9c5ab1f83d..9a691e118ebc79f0003085f0f700d9af03686d80 100644 (file)
@@ -17,6 +17,6 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
       - name: Codespell
         uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
index f15834ab0761e0186ba91158ec01c51795bf542c..3b1b76ed428b658e6f8486ef7ae9ad07decbc073 100644 (file)
@@ -24,7 +24,7 @@ jobs:
       - name: Install dependencies (Ubuntu)
         if: runner.os == 'Linux'
         run: sudo apt-get update && sudo apt-get install -y clang doxygen gcc gcc-10 gcc-9 libstdc++-10-dev libstdc++-9-dev ninja-build python3-pip python3-setuptools valgrind
-      - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+      - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
       - run: test/ci-install.sh
       - run: test/ci-build.sh