build(deps): bump actions/checkout from 4.1.7 to 4.2.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 30 Sep 2024 22:52:27 +0000 (22:52 +0000)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Thu, 3 Oct 2024 22:05:01 +0000 (00:05 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938)

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

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

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