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>
This commit is contained in:
dependabot[bot]
2025-07-27 13:56:56 +00:00
committed by Dan Cross
parent 10564b1175
commit b83954eaf6

View File

@@ -9,7 +9,7 @@ jobs:
Build-on-Ubuntu: Build-on-Ubuntu:
runs-on: [ubuntu-latest] runs-on: [ubuntu-latest]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Install build deps - name: Install build deps
run: | run: |
sudo apt update sudo apt update
@@ -19,6 +19,6 @@ jobs:
Build-on-macOS: Build-on-macOS:
runs-on: [macos-latest] runs-on: [macos-latest]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Build p9p - name: Build p9p
run: ./INSTALL run: ./INSTALL