Skip to content

Commit 863186f

Browse files
authored
Merge pull request #143 from koedame/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 9d9c240 + 09427cf commit 863186f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coding-style-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: Set up Docker Buildx
2121
uses: docker/setup-buildx-action@v2

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: Set up Docker Buildx
2121
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)