Skip to content

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

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

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

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.29.0
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: ./restore
- run: echo "$CI_INFO_PR_NUMBER"