Skip to content

Commit

Permalink
updated all gh actions releases
Browse files Browse the repository at this point in the history
  • Loading branch information
zachreborn committed Oct 25, 2024
1 parent 7ddf6ff commit 513c7e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: hashicorp/setup-terraform@v3

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}

Expand All @@ -30,7 +30,7 @@ jobs:
run: terraform fmt -recursive

- name: Build terraform docs
uses: terraform-docs/gh-actions@main
uses: terraform-docs/gh-actions@v1
with:
config-file: ./modules/.terraform-docs.yml
find-dir: ./modules
Expand All @@ -45,6 +45,6 @@ jobs:
run: sudo chown runner:docker -R .git

- name: Git stage all, commit, and push
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Continuous Integration - terraform fmt and terraform-docs
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

# Run Linter against code base
- name: Run linter against all changed files
uses: super-linter/super-linter/slim@v6
uses: super-linter/super-linter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_MARKDOWN: false
Expand Down

0 comments on commit 513c7e4

Please sign in to comment.