Skip to content

Bump actions/checkout from 2 to 4 #13

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #13

name: Use Custom Echo Hello Action
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: python:3.9
env:
rts: max
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Echo Hello Action
uses: ./.github/actions/echo-hello