⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

fix(deps): update all non-major versions #280

fix(deps): update all non-major versions

fix(deps): update all non-major versions #280

name: Check GitHub Actions
on:
pull_request:
paths:
- ".github/workflows/*.yml"
- ".github/workflows/*.yaml"
- ".github/actions/**/action.yml"
- ".github/actions/**/action.yaml"
push:
branches: [main]
paths:
- ".github/workflows/*.yml"
- ".github/workflows/*.yaml"
- ".github/actions/**/action.yml"
- ".github/actions/**/action.yaml"
permissions:
contents: read
jobs:
actionlint:
name: Lint GitHub Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: go.mod
cache: false
- run: make lint/action