diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-07-27 13:56:56 +0000 |
|---|---|---|
| committer | Dan Cross <crossd@gmail.com> | 2025-07-27 10:41:04 -0400 |
| commit | b83954eaf64c4d10e998d014d01ac236dcfd1a7b (patch) | |
| tree | c10ac477cd47c268b07b967f73453c74ef603519 | |
| parent | 10564b11755ff2d48d0f5073c46571e806fa6fb4 (diff) | |
ci: bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -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 d6335be7..09f50205 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@v3 + - uses: actions/checkout@v4 - name: Install build deps run: | sudo apt update @@ -19,6 +19,6 @@ jobs: Build-on-macOS: runs-on: [macos-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build p9p run: ./INSTALL |