Skip to content

Commit

Permalink
Update GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent eee21a3 commit 5c82894
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-crystal-shards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
cat ../build-cache-key
- name: Build cache
id: build-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./crystal/.build/crystal
Expand All @@ -124,7 +124,7 @@ jobs:
make bin/shards CRYSTAL=../crystal/bin/crystal
bin/shards --version
- name: Artifact (with permissions)
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./test-ecosystem
Expand Down Expand Up @@ -169,15 +169,15 @@ jobs:
env:
POSTGRES_HOST_AUTH_METHOD: trust
mysql:
image: mysql:8.2
image: mysql:8.3
env:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
redis:
image: redis:alpine
needs: build
steps:
- name: Artifact (with permissions)
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./test-ecosystem
Expand All @@ -203,7 +203,7 @@ jobs:
with:
args: /bin/sh -c "psql -U postgres -h postgres -f ./test-ecosystem/scripts/pg-init.sql"
- name: Initialize mysql
uses: docker://mysql:8.2
uses: docker://mysql:8.3
with:
args: /bin/sh -c "mysql -uroot -h mysql < ./test-ecosystem/scripts/mysql-init.sql"
- name: Configure git
Expand Down

0 comments on commit 5c82894

Please sign in to comment.