diff --git a/.github/workflows/slash-ops-command-help.yml b/.github/workflows/slash-ops-command-help.yml index 27dd855..bed4808 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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 with: # yamllint disable rule:line-length script: | diff --git a/.github/workflows/welcome-message.yml b/.github/workflows/welcome-message.yml index c6e3f0a..55ec9ff 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@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 with: # yamllint disable rule:line-length script: |