Skip to content

Commit eda4afc

Browse files
chore(deps): update github actions
1 parent 287f484 commit eda4afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Setup TFLint
7070
uses: terraform-linters/setup-tflint@v4
7171
- name: Setup terraform-docs
72-
uses: jaxxstorm/action-install-gh-release@v1.14.0
72+
uses: jaxxstorm/action-install-gh-release@v2.0.0
7373
with:
7474
repo: terraform-docs/terraform-docs
7575
- name: Yarn install
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ubuntu-latest
110110
steps:
111111
- name: Check for content label
112-
uses: actions/github-script@v6
112+
uses: actions/github-script@v7
113113
with:
114114
script: |
115115
const labels = context.payload.pull_request.labels;

0 commit comments

Comments
 (0)