Bump actions/checkout from 4.1.3 to 4.1.4 (#943)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 30 Apr 2024 08:05:33 +0000 (10:05 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Apr 2024 08:05:33 +0000 (10:05 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.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/1d96c772d19495a3b5c517cd2bc0cb401ea0529f...0ad4b8fadaa221de15dcec353f45205ec38ea70b)

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

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/codespell.yml
.github/workflows/pr-ci.yml

index 38f7ecbcf17659beab9fc27b4032bbd81e2dd8b2..961cfa2fe7177033abb9b7bfaf0cdf607a4fdf0a 100644 (file)
@@ -17,6 +17,6 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
+        uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
       - name: Codespell
         uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
index 15d31e738170066115ec16794cbcba79394363b6..57664a7e9c503415e1d81ae8b03200923e8826a6 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 valgrind
-      - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
+      - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
       - uses: actions/setup-python@v5
         with:
           python-version: '3.12'