Skip to content

Commit 4bc301a

Browse files
authored
feat: Update actionlint to support schedule timezones (#263)
* feat: Update `actionlint` to support schedule timezones * Remove outdated input
1 parent a419b80 commit 4bc301a

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/lint_gh_actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
# renovate: datasource=docker depName=rhysd/actionlint
13-
ACTIONLINT_VERSION: 1.7.7
13+
ACTIONLINT_VERSION: 1.7.12
1414

1515
jobs:
1616
lint:

.github/workflows/tests.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
# TODO: All these inputs are not entirely necessary, they are just there for convenience of "setup Node.js" step,
77
# where they are required. Making them optional requires additional logic, that might be un-necessary for our purposes
88
# Best would be if "actions/setup-node" would be able to parse these from .npmrc and .nvmrc (except token of course)
9-
npmAuth:
10-
description: Whether to authenticate to NPM registry
11-
required: false
12-
type: boolean
13-
default: true
149
nodeVersionFile:
1510
description: Path to node version file
1611
required: false
@@ -121,7 +116,6 @@ jobs:
121116
- name: setup Node.js
122117
uses: actions/setup-node@v6
123118
with:
124-
always-auth: ${{ inputs.npmAuth }}
125119
node-version-file: ${{ inputs.nodeVersionFile }}
126120
registry-url: ${{ inputs.npmRegistryUrl }}
127121
scope: ${{ inputs.npmScope }}

0 commit comments

Comments
 (0)