This repository was archived by the owner on May 27, 2026. It is now read-only.
chore(deps): update dependency aquaproj/aqua-registry to v4.511.1 #168
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: autofix.ci | |
| on: | |
| pull_request: | |
| paths: | |
| - aqua.yaml | |
| - aqua-checksums.json | |
| permissions: {} | |
| jobs: | |
| autofix: | |
| runs-on: ubuntu-24.04 | |
| permissions: {} | |
| timeout-minutes: 15 | |
| steps: | |
| - name: Checkout the repository | |
| uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v6-beta | |
| with: | |
| persist-credentials: false | |
| - name: Install aqua | |
| uses: aquaproj/aqua-installer@11dd79b4e498d471a9385aa9fb7f62bb5f52a73c # v4.0.4 | |
| with: | |
| aqua_version: v2.58.1 | |
| - name: Fix aqua-checksums.json | |
| run: aqua upc -prune | |
| - name: Run autofix.ci | |
| uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a # v1.3.4 |