Skip to content

Commit e2d1e74

Browse files
1 parent 2a2755a commit e2d1e74

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@v5
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
- uses: actions/setup-java@v5
@@ -24,7 +24,7 @@ jobs:
2424

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

0 commit comments

Comments
 (0)