Skip to content

Commit

Permalink
chore: Update workflows version
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpermuda committed Oct 19, 2023
1 parent 89e757a commit 07e3efc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ on:

jobs:
main:
uses: getindata/github-workflows/.github/workflows/gh-validate-pr-title.yml@v0.3.1
uses: getindata/github-workflows/.github/workflows/gh-validate-pr-title.yml@v1
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
main:
uses: getindata/github-workflows/.github/workflows/tf-pre-commit.yml@v0.3.1
uses: getindata/github-workflows/.github/workflows/tf-pre-commit.yml@v1
with:
# tflint v0.46.0 is the latest version we can use with pre-commit v0.1.20
# See .pre-commit-config.yaml for more details.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ on:

jobs:
release:
uses: getindata/github-workflows/.github/workflows/gh-create-release.yml@v0.3.1
uses: getindata/github-workflows/.github/workflows/gh-create-release.yml@v1

0 comments on commit 07e3efc

Please sign in to comment.