Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 6b7e1aa

Browse files
chore(deps): update aquaproj/aqua-installer action to v2
1 parent bdd64f6 commit 6b7e1aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: aquaproj/aqua-installer@v1.2.0
13+
- uses: aquaproj/aqua-installer@v2.0.1
1414
with:
1515
aqua_version: v1.26.1
1616
- run: actionlint

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- uses: aquaproj/aqua-installer@v1.2.0
14+
- uses: aquaproj/aqua-installer@v2.0.1
1515
with:
1616
aqua_version: v1.26.1
1717
- run: terraform-docs . > README.md

0 commit comments

Comments
 (0)