branch:
- 'master'
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}
- name: Determine commit
node-version: "18"
cache: "npm"
- run: npm install
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
repository: WoltLab/d.ts
ssh-key: ${{ secrets.WOLTLAB_D_TS_DEPLOY_KEY }}
steps:
- run: sudo service mysql start
- run: mysqladmin -uroot -proot create test
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- run: |
cat wcfsetup/setup/db/install.sql |mysql -uroot -proot -Dtest