diff --git a/act/runner/testdata/local-action-via-composite-dockerfile/action.yml b/act/runner/testdata/local-action-via-composite-dockerfile/action.yml index c9a0527e..0770815a 100644 --- a/act/runner/testdata/local-action-via-composite-dockerfile/action.yml +++ b/act/runner/testdata/local-action-via-composite-dockerfile/action.yml @@ -32,7 +32,7 @@ runs: shell: bash - uses: ./localdockerimagetest_ # Also test a remote docker action here - - uses: actions/hello-world-docker-action@v1 + - uses: actions/hello-world-docker-action@v2 with: who-to-greet: 'Mona the Octocat' # Test if GITHUB_ACTION_PATH is set correctly after all steps