Skip to content

Commit 201637c

Browse files
authored
Merge pull request #503 from OvertureMaps/dependabot/github_actions/actions-f55440bc36
[CHORE](deps)(deps): Bump the actions group with 2 updates
2 parents 12790bb + 55a632c commit 201637c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/enforce-change-type-label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Require exactly one change type label
24-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
24+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2525
with:
2626
script: |
2727
const allChangeTypeLabels = new Set([

.github/workflows/schema-pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
persist-credentials: false
4646

4747
- name: Set up Node.js
48-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
48+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4949
with:
5050
node-version-file: ${{ env.DOCS_PATH }}/package.json
5151

0 commit comments

Comments
 (0)