Skip to content

Bump actions/checkout from 1 to 4 #62

Bump actions/checkout from 1 to 4

Bump actions/checkout from 1 to 4 #62

Workflow file for this run

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