Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Bump actions/checkout from 3.5.2 to 4.0.0 #11

Bump actions/checkout from 3.5.2 to 4.0.0

Bump actions/checkout from 3.5.2 to 4.0.0 #11

Workflow file for this run

# If the repository is public, be sure to change to GitHub hosted runners
name: Lint GitHub Actions Workflows
on:
pull_request:
paths:
- .github/workflows/*
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: "Check workflow files"
uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest