Skip to content

Commit ea3bb1f

Browse files
committed
Update actions versions
1 parent c9a650d commit ea3bb1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
OTP_VERSION: 27.3.3
3030
steps:
3131
- uses: rlespinasse/[email protected]
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- name: Cache deps
3434
uses: actions/cache@v4
3535
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# needed because the postgres container does not provide a healthcheck
3838
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
- name: Cache deps
4242
uses: actions/cache@v4
4343
with:

0 commit comments

Comments
 (0)