Skip to content

Commit 7219b71

Browse files
Bump the cicd group with 3 updates
Bumps the cicd group with 3 updates: [aquaproj/aqua-installer](https://github.com/aquaproj/aqua-installer), [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [jaxxstorm/action-install-gh-release](https://github.com/jaxxstorm/action-install-gh-release). Updates `aquaproj/aqua-installer` from 3.1.1 to 3.1.2 - [Release notes](https://github.com/aquaproj/aqua-installer/releases) - [Commits](aquaproj/aqua-installer@e2d0136...5e54e5c) Updates `tj-actions/changed-files` from d6e91a2266cdb9d62096cebf1e8546899c6aa18f to 5426ecc3f5c2b10effaefbd374f0abdc6a571b2f - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@d6e91a2...5426ecc) Updates `jaxxstorm/action-install-gh-release` from 1.11.0 to 1.14.0 - [Release notes](https://github.com/jaxxstorm/action-install-gh-release/releases) - [Commits](jaxxstorm/action-install-gh-release@v1.11.0...v1.14.0) --- updated-dependencies: - dependency-name: aquaproj/aqua-installer dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cicd - dependency-name: tj-actions/changed-files dependency-version: 5426ecc3f5c2b10effaefbd374f0abdc6a571b2f dependency-type: direct:production dependency-group: cicd - dependency-name: jaxxstorm/action-install-gh-release dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cicd ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c87cd51 commit 7219b71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/autofix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
with:
1616
persist-credentials: false
17-
- uses: aquaproj/aqua-installer@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1
17+
- uses: aquaproj/aqua-installer@5e54e5cee8a95ee2ce7c04cb993da6dfad13e59c # v3.1.2
1818
with:
1919
aqua_version: v2.43.0
2020

@@ -30,7 +30,7 @@ jobs:
3030
# gofumpt
3131
- name: Get changed Go files
3232
id: changed-files
33-
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
33+
uses: tj-actions/changed-files@4168bb487d5b82227665ab4ec90b67ce02691741 # v45.0.6
3434
with:
3535
use_rest_api: "true"
3636
files: |

.github/workflows/vhs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v4
6767

6868
- name: Install atmos
69-
uses: jaxxstorm/action-install-gh-release@v1.11.0
69+
uses: jaxxstorm/action-install-gh-release@v1.14.0
7070
with: # Grab the latest version
7171
repo: cloudposse/atmos
7272
chmod: 0755

0 commit comments

Comments
 (0)