diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-28 22:22:33 +0000 |
---|---|---|
committer | Bernd Schubert <bernd.schubert@fastmail.fm> | 2024-10-29 10:36:04 +0100 |
commit | 10629441028489994eabded0d4ed9cdb4b4d1bd8 (patch) | |
tree | 656e5ac82a41180dcf03762f673081a8b68d0071 /.github/workflows/abicheck.yml | |
parent | 3bf5ec7aff683d67f602db3490874fe108378aa0 (diff) | |
download | libfuse-10629441028489994eabded0d4ed9cdb4b4d1bd8.tar.gz |
build(deps): bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [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/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871...11bd71901bbe5b1630ceea73d27597364c9af683)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 dddc72a..23859d0 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: path: current - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: path: previous ref: ${{ github.event.pull_request.base.ref }} |