Skip to content

Commit 855feba

Browse files
Bump actions/checkout from 6 to 7 (#444)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a51335 commit 855feba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323

2424
- name: Checkout Schemas repo
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626
with:
2727
repository: IATI/IATI-Codelists
2828
ref: version-2.03
@@ -56,7 +56,7 @@ jobs:
5656
matrix:
5757
version: [ 2.01, 2.02, 2.03 ]
5858
steps:
59-
- uses: actions/checkout@v6
59+
- uses: actions/checkout@v7
6060

6161
- name: 'Trigger update of Validator Codelists repository for version-${{ matrix.version }}'
6262
run: |

0 commit comments

Comments
 (0)