diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 05c522d..87f8ade 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,4 +5,4 @@ jobs: runs-on: ubuntu-latest steps: - run: echo "Hello world" - - uses: actions/checkout@4 \ No newline at end of file + - uses: actions/checkout@v4 \ No newline at end of file