build(deps): bump actions/checkout from 4.2.0 to 4.2.1
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 7 Oct 2024 22:59:31 +0000 (22:59 +0000)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Fri, 11 Oct 2024 10:58:06 +0000 (12:58 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.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/d632683dd7b4114ad314bca15554477dd762a938...eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871)

---
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/abicheck.yml
.github/workflows/codespell.yml
.github/workflows/pr-ci.yml

index 9012bb957221747dd9fc54cea4d0add04f897b1f..dddc72a3a7f9bd0c24058d0ee7e7cedcc03b675f 100644 (file)
@@ -27,11 +27,11 @@ jobs:
           sudo apt-get update
           sudo apt-get -y install abigail-tools clang gcc
 
-      - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+      - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
         with:
           path: current
 
-      - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+      - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
         with:
           path: previous
           ref: ${{ github.event.pull_request.base.ref }}
index f60884b1161d7baac24a70524cd42abdd0bbacc0..f07913ef2c012d86711df063d4f708218cbd8d56 100644 (file)
@@ -17,6 +17,6 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+        uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
       - name: Codespell
         uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
index bd58f719ccbac114c85f7cf07a03ec1ce0c50c0c..f865a85e29d68394f46c543fab8a2ffe74748b25 100644 (file)
@@ -25,7 +25,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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+      - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
       - uses: actions/setup-python@v5
         with:
           python-version: '3.12'