Skip to content

Commit 8c5b3f4

Browse files
chore(ci): Bump actions/checkout from 4 to 5 (#153)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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> Co-authored-by: Tim te Beek <tim@moderne.io>
1 parent 562f73a commit 8c5b3f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/migrations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
# Checkout and build parser
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919
- uses: actions/setup-java@v4
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Update migrations
2626
- name: Checkout oga-maven-plugin
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
repository: jonathanlermitage/oga-maven-plugin
3030
path: oga-maven-plugin

0 commit comments

Comments
 (0)