Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 736e3af

Browse files
authored
deps: update actions/checkout action to v4 (#1547)
1 parent 18c5ad4 commit 736e3af

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/spring-data-jdbc-sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
spring-data-jdbc:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- uses: actions/setup-java@v3
2525
with:
2626
distribution: temurin

.github/workflows/spring-data-mybatis-sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
spring-data-jdbc:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- uses: actions/setup-java@v3
2525
with:
2626
distribution: temurin

.github/workflows/unmanaged-dependency-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
unmanaged_dependency_check:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@v4
99
- uses: actions/setup-java@v3
1010
with:
1111
distribution: temurin

0 commit comments

Comments
 (0)