Skip to content

Commit 442c6c6

Browse files
Update actions/checkout action to v5
1 parent 92385b6 commit 442c6c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
132132
steps:
133133
- name: Checkout code
134-
uses: actions/checkout@v4
134+
uses: actions/checkout@v5
135135

136136
- name: Start up postgresql docker container
137137
run: |

.github/workflows/check-renovatebot-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Validate
1515
uses: suzuki-shunsuke/[email protected]

.github/workflows/test-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Start postgres databases in docker-compose
1818
run: docker compose up -d

0 commit comments

Comments
 (0)