We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb252bb commit 5a4974cCopy full SHA for 5a4974c
.github/workflows/ci.yaml
@@ -39,7 +39,7 @@ jobs:
39
node: "18"
40
41
steps:
42
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
43
- name: Build image
44
run: bin/ci/build.sh ${{ matrix.php }} ${{ matrix.node }}
45
- name: Test image
@@ -49,7 +49,7 @@ jobs:
49
TEST_CMD: "vendor/bin/behat -v --profile=browser --suite=admin-ui --tags=@richtext --config=behat_ibexa_oss.yaml"
50
PRODUCT_VERSION: ${{ matrix.product-version }}
51
- name: Log in to the Container registry
52
- uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
+ uses: docker/login-action@v3
53
with:
54
registry: ghcr.io
55
username: ${{ github.actor }}
0 commit comments