|
43 | 43 | echo "crystal_build_opts: ${{ github.event.inputs.crystal_build_opts }}" |
44 | 44 | echo "previous_crystal_release: ${{ github.event.inputs.previous_crystal_release }}" |
45 | 45 | - name: Checkout test-ecosystem |
46 | | - uses: actions/checkout@v5 |
| 46 | + uses: actions/checkout@v6 |
47 | 47 | with: |
48 | 48 | path: test-ecosystem |
49 | 49 | - name: Install Libraries |
|
63 | 63 | tar -xz -C /tmp/crystal --strip-component=1 -f /tmp/crystal.tar.gz |
64 | 64 | echo "/tmp/crystal/bin/" >> $GITHUB_PATH |
65 | 65 | - name: Checkout Crystal |
66 | | - uses: actions/checkout@v5 |
| 66 | + uses: actions/checkout@v6 |
67 | 67 | with: |
68 | 68 | repository: ${{ github.event.inputs.crystal_repo }} |
69 | 69 | ref: ${{ github.event.inputs.crystal_branch }} |
|
75 | 75 | run: | |
76 | 76 | echo ::set-output name=sha::$( curl -u "u:${{ secrets.MY_GITHUB_PAT }}" https://api.github.com/repos/${{ github.event.inputs.crystal_repo }}/git/ref/heads/${{ github.event.inputs.crystal_branch }} | jq .object.sha | tr -d '"' ) |
77 | 77 | - name: Checkout Shards |
78 | | - uses: actions/checkout@v5 |
| 78 | + uses: actions/checkout@v6 |
79 | 79 | with: |
80 | 80 | repository: ${{ github.event.inputs.shards_repo }} |
81 | 81 | ref: ${{ github.event.inputs.shards_branch }} |
@@ -165,7 +165,7 @@ jobs: |
165 | 165 | container: ubuntu:latest |
166 | 166 | services: |
167 | 167 | postgres: |
168 | | - image: postgres:18.0-alpine |
| 168 | + image: postgres:18.1-alpine |
169 | 169 | env: |
170 | 170 | POSTGRES_HOST_AUTH_METHOD: trust |
171 | 171 | mysql: |
@@ -199,7 +199,7 @@ jobs: |
199 | 199 | ./test-ecosystem/scripts/apt-install-crystal-deps.sh |
200 | 200 | ./test-ecosystem/scripts/00-install-bats.sh |
201 | 201 | - name: Initialize postgres |
202 | | - uses: docker://postgres:18.0-alpine |
| 202 | + uses: docker://postgres:18.1-alpine |
203 | 203 | with: |
204 | 204 | args: /bin/sh -c "psql -U postgres -h postgres -f ./test-ecosystem/scripts/pg-init.sql" |
205 | 205 | - name: Initialize mysql |
|
0 commit comments