diff --git a/.github/workflows/slash-ops-command-help.yml b/.github/workflows/slash-ops-command-help.yml index 1b8a8d7..b54f5a7 100644 --- a/.github/workflows/slash-ops-command-help.yml +++ b/.github/workflows/slash-ops-command-help.yml @@ -23,7 +23,7 @@ jobs: - name: Create comment # yamllint disable-line rule:comments - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: # yamllint disable rule:line-length script: | diff --git a/.github/workflows/welcome-message.yml b/.github/workflows/welcome-message.yml index c6e3f0a..189371e 100644 --- a/.github/workflows/welcome-message.yml +++ b/.github/workflows/welcome-message.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write steps: # yamllint disable-line rule:comments - - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: # yamllint disable rule:line-length script: |