From b83954eaf64c4d10e998d014d01ac236dcfd1a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 13:56:56 +0000 Subject: 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] --- .github/workflows/actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.3