Skip to content

chore(deps): bump actions/checkout from 3.5.3 to 4.2.2 #1845

chore(deps): bump actions/checkout from 3.5.3 to 4.2.2

chore(deps): bump actions/checkout from 3.5.3 to 4.2.2 #1845

Workflow file for this run

name: Docker lint
on:
push:
branches:
- 'main'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: lint
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile