Skip to content

Commit a027ba3

Browse files
authored
Combined dependencies PR (#1791)
Combining multiple dependencies PRs into one. <details> <summary>Instructions for merging</summary> * **Use a merge commit**, so that GitHub will mark all original PRs as merged. * If your repository does not have merge commits enabled, please temporarily enable them in settings. Tick `Allow merge commits` in the repository settings. * When ready, merge this PR using `Create a merge commit`. </details> ## Combined PRs * Bump pulumi/actions from 6.0.0 to 6.3.0 (#1765) @app/dependabot * Bump golangci/golangci-lint-action from 6 to 8 (#1757) @app/dependabot * Bump jaxxstorm/action-install-gh-release from 1.14.0 to 2.1.0 (#1749) @app/dependabot * Bump tar-fs from 2.1.1 to 2.1.2 in /nodejs/eks in the npm_and_yarn group across 1 directory (#1719) @app/dependabot * Bump reviewdog/action-actionlint from 1.65.0 to 1.65.2 (#1711) @app/dependabot * Bump golang.org/x/net from 0.33.0 to 0.36.0 in /provider in the go_modules group (#1697) @app/dependabot
2 parents a4ff229 + 239be16 commit a027ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eks-actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Lint actions
20-
uses: reviewdog/[email protected].0
20+
uses: reviewdog/[email protected].2
2121
with:
2222
actionlint_flags: "-config-file .actionlint.yml"

0 commit comments

Comments
 (0)