Skip to content

Bump actions/checkout from 3 to 4 #2732

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #2732

Workflow file for this run

name: Docker
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build image
run: docker build .