diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-12 09:05:49 +0000 |
|---|---|---|
| committer | Dan Cross <crossd@gmail.com> | 2025-08-12 07:06:27 -0400 |
| commit | a20cff92cf8b81b501fd7a075bd74a89bf0194fa (patch) | |
| tree | b3e2dd9333a7f2885cd574dd7d2d86bfd679e806 /.github | |
| parent | b83954eaf64c4d10e998d014d01ac236dcfd1a7b (diff) | |
ci: bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/actions.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 09f50205..48252861 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -9,7 +9,7 @@ jobs: Build-on-Ubuntu: runs-on: [ubuntu-latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install build deps run: | sudo apt update @@ -19,6 +19,6 @@ jobs: Build-on-macOS: runs-on: [macos-latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build p9p run: ./INSTALL |