Skip to content

Changed the version of the checkout action to v4 #3

Changed the version of the checkout action to v4

Changed the version of the checkout action to v4 #3

Workflow file for this run

name: hello-world
on: push
jobs:
hello-world-job:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "$(hello_world.txt)"