From ffa729bea10832a7c1006614fd4d015bf5d0ffd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 02:03:47 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9dde5fa..5a0df3d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,10 +19,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Checkout Schemas repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: IATI/IATI-Codelists ref: version-2.03 @@ -56,7 +56,7 @@ jobs: matrix: version: [ 2.01, 2.02, 2.03 ] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: 'Trigger update of Validator Codelists repository for version-${{ matrix.version }}' run: |