Skip to content

Commit 6009b51

Browse files
chore(deps): update actions/checkout action to v5 (#183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e9b16c6 commit 6009b51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
schema_artifact: ${{ env.SCHEMA_ARTIFACT }}
2020
steps:
2121
- name: Checkout Repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
- name: Set up Java 17
2424
uses: actions/setup-java@v4
2525
with:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
schema_artifact: ${{ env.SCHEMA_ARTIFACT }}
2020
steps:
2121
- name: Checkout Repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
- name: Set up Java 17
2424
uses: actions/setup-java@v4
2525
with:

0 commit comments

Comments
 (0)