diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-30 22:52:27 +0000 |
|---|---|---|
| committer | Bernd Schubert <bernd.schubert@fastmail.fm> | 2024-10-04 00:05:01 +0200 |
| commit | c37518ff0bfff308e747a6989fe1a86857629e61 (patch) | |
| tree | b51ef436982f8b23a4c865e19785faed7e5509d6 /.github/workflows/abicheck.yml | |
| parent | 2aeef499b84b596608181f9b48d589c4f8ffe24a (diff) | |
| download | libfuse-c37518ff0bfff308e747a6989fe1a86857629e61.tar.gz | |
build(deps): bump actions/checkout from 4.1.7 to 4.2.0
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>
Diffstat (limited to '.github/workflows/abicheck.yml')
| -rw-r--r-- | .github/workflows/abicheck.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/abicheck.yml b/.github/workflows/abicheck.yml index 35cfd04..9012bb9 100644 --- a/.github/workflows/abicheck.yml +++ b/.github/workflows/abicheck.yml @@ -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 }} |
