Skip to content

Commit 339821e

Browse files
committed
ci: upgrade Actions
1 parent dbe2dd4 commit 339821e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
-
2020
name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
-
2323
name: Set up Docker Buildx
2424
uses: docker/setup-buildx-action@v3
@@ -43,7 +43,7 @@ jobs:
4343
run: curl -v --fail-with-body http://localhost
4444
-
4545
name: Check HTTPS reachability
46-
if: false # Remove this line when the homepage will be configured, or change the path to check
46+
if: false # Remove this line when the homepage is configured, or change the path to check
4747
run: curl -v --insecure --fail-with-body https://localhost
4848
-
4949
name: Check Mercure reachability
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
-
7272
name: Checkout
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474
-
7575
name: Lint Dockerfile
7676
uses: hadolint/hadolint-action@v3.1.0

0 commit comments

Comments
 (0)