Skip to content

Update actions/checkout digest to 11bd719 #138

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #138

Workflow file for this run

name: build
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: '0'
- name: Build the Docker image
run: docker build .