Skip to content

Bump actions/setup-node from 6.0.0 to 6.1.0 #11559

Bump actions/setup-node from 6.0.0 to 6.1.0

Bump actions/setup-node from 6.0.0 to 6.1.0 #11559

Workflow file for this run

name: Lint GitHub Actions Workflows
on:
pull_request:
paths:
- '.github/**'
types: [opened, synchronize, reopened, ready_for_review]
# cancel existing runs of the same workflow on the same ref
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
actionlint:
runs-on: ${{ github.repository == 'hashicorp/vault' && 'ubuntu-latest' || fromJSON('["self-hosted","ubuntu-latest-x64"]') }}
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: "Run actionlint"
run: |
docker run --rm -v "$(pwd):/repo" --workdir /repo docker.mirror.hashicorp.services/rhysd/actionlint@sha256:887a259a5a534f3c4f36cb02dca341673c6089431057242cdc931e9f133147e9 -color -verbose