Bump actions/checkout from 4.1.0 to 4.1.1 (#854)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 25 Oct 2023 08:55:58 +0000 (09:55 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 08:55:58 +0000 (09:55 +0100)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [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/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11)

---
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 3687e51874fc833aac31dc790dbdbee7905c1b5d..d9e6dd4e035afa6d9bb7b962db812c9c5ab1f83d 100644 (file)
@@ -17,6 +17,6 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
+        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
       - name: Codespell
         uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
index 7ad82d0d9279d4dfcb8fad1a5dff0c1b1b3ce1ee..f15834ab0761e0186ba91158ec01c51795bf542c 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
+      - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
       - run: test/ci-install.sh
       - run: test/ci-build.sh