diff --git a/.github/workflows/update-versions.yml b/.github/workflows/update-versions.yml index e6411d12..71fbc958 100644 --- a/.github/workflows/update-versions.yml +++ b/.github/workflows/update-versions.yml @@ -88,7 +88,7 @@ jobs: issues: write steps: - name: Create failure issue - uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | const title = `Version check failed - ${new Date().toISOString().split('T')[0]}`; @@ -504,7 +504,7 @@ jobs: issues: write steps: - name: Create failure issue - uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | const title = `Version update failed - ${new Date().toISOString().split('T')[0]}`;