Skip to content

Commit 75955af

Browse files
Merge branch 'master' into changeset-release/master
2 parents ea6ca2c + 723d91c commit 75955af

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/update-docs-on-docs-commits.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: startsWith(github.event.commits[0].message, 'docs:')
2525
steps:
2626
- name: Checkout repo
27-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
27+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2828
with:
2929
persist-credentials: false
3030
- name: Determine what node version to use
@@ -34,7 +34,7 @@ jobs:
3434
node-version: ${{ vars.NODE_VERSION }}
3535
id: lockversion
3636
- name: Use Node.js
37-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
37+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3838
with:
3939
node-version: "${{ steps.lockversion.outputs.version }}"
4040
cache: 'npm'
@@ -44,7 +44,7 @@ jobs:
4444
- name: Regenerate docs
4545
run: npm run generate:assets --if-present
4646
- name: Create Pull Request with updated docs
47-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # uses 7.0.8 https://github.com/peter-evans/create-pull-request/releases/tag/v7.0.8
47+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
4848
with:
4949
token: ${{ secrets.GH_TOKEN }}
5050
commit-message: 'chore: update generated docs'
@@ -55,7 +55,7 @@ jobs:
5555
branch: gen-docs-update/${{ github.job }}
5656
- name: Report workflow status to Slack
5757
if: failure() # Only, on failure, send a message on the 94_bot-failing-ci slack channel
58-
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 #using https://github.com/8398a7/action-slack/releases/tag/v3.16.2
58+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
5959
with:
6060
status: ${{ job.status }}
6161
fields: repo,action,workflow

0 commit comments

Comments
 (0)