diff --git a/.github/workflows/hello-world-composite.yml b/.github/workflows/hello-world-composite.yml index c8d479d..79286b4 100644 --- a/.github/workflows/hello-world-composite.yml +++ b/.github/workflows/hello-world-composite.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest name: A job2 to say hello steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - id: hello-world uses: ./.github/actions/hello-world-composite-action with: