Skip to content

chore(deps): update dependency aquaproj/aqua-registry to v4.188.0 #628

chore(deps): update dependency aquaproj/aqua-registry to v4.188.0

chore(deps): update dependency aquaproj/aqua-registry to v4.188.0 #628

Workflow file for this run

---
name: test
on:
pull_request:
branches: [main]
env:
AQUA_LOG_COLOR: always
jobs:
ci-info:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.28.1
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: ./store
env:
GITHUB_TOKEN: ${{ github.token }}
test:
needs: ci-info
strategy:
matrix:
env:
- runs-on: windows-latest
- runs-on: ubuntu-latest
runs-on: ${{ matrix.env.runs-on }}
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ./restore
- run: echo "$CI_INFO_PR_NUMBER"