Skip to content

Commit 5a4974c

Browse files
committed
Updated actions to use Node.js 20
1 parent eb252bb commit 5a4974c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
node: "18"
4040

4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
- name: Build image
4444
run: bin/ci/build.sh ${{ matrix.php }} ${{ matrix.node }}
4545
- name: Test image
@@ -49,7 +49,7 @@ jobs:
4949
TEST_CMD: "vendor/bin/behat -v --profile=browser --suite=admin-ui --tags=@richtext --config=behat_ibexa_oss.yaml"
5050
PRODUCT_VERSION: ${{ matrix.product-version }}
5151
- name: Log in to the Container registry
52-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
52+
uses: docker/login-action@v3
5353
with:
5454
registry: ghcr.io
5555
username: ${{ github.actor }}

0 commit comments

Comments
 (0)