Skip to content

Commit ae5cf80

Browse files
[CHORE](gha)(deps): Bump actions/setup-node from 6.3.0 to 6.4.0 (#22)
* [CHORE](gha)(deps): Bump actions/setup-node from 6.3.0 to 6.4.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@53b8394...48b55a0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix: move ignore comments Signed-off-by: John McCall <john@overturemaps.org> * fix: move ignore comment Signed-off-by: John McCall <john@overturemaps.org> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: John McCall <john@overturemaps.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John McCall <john@overturemaps.org>
1 parent 3d67f2a commit ae5cf80

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/omf_pr_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#
88
# Designed to run as a GitHub Ruleset required workflow.
99
#
10-
name: OMF PR Checks # zizmor: ignore[concurrency-limits]
10+
name: OMF PR Checks
1111

12-
on:
12+
on: # zizmor: ignore[concurrency-limits]
1313
pull_request_target: # zizmor: ignore[dangerous-triggers]
1414
types: [opened, reopened, edited, synchronize]
1515

.github/workflows/omf_sec_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
name: OMF Security Checks
1515

16-
on:
16+
on: # zizmor: ignore[concurrency-limits]
1717
pull_request:
1818
types: [opened, reopened, synchronize]
1919

.github/workflows/overture-projection-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Setup Node
34-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
34+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3535
with:
3636
node-version: 24
3737

.github/workflows/validate-pr-title.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
# validate-title:
2020
# uses: OvertureMaps/workflows/.github/workflows/validate-pr-title.yml@main
2121
#
22-
name: Validate PR Title # zizmor: ignore[concurrency-limits]
22+
name: Validate PR Title
2323

24-
on:
24+
on: # zizmor: ignore[concurrency-limits]
2525
workflow_call:
2626
pull_request_target: # zizmor: ignore[dangerous-triggers]
2727
types:

0 commit comments

Comments
 (0)