From 35c65e2b14f8e88d9172d51f1c1692ce1cf9ee6b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 3 May 2026 04:44:33 +0000 Subject: [PATCH] chore(deps): update actions/hello-world-docker-action action to v2 (#921) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/hello-world-docker-action](https://github.com/actions/hello-world-docker-action) | action | major | `v1` → `v2` | --- ### Release Notes
actions/hello-world-docker-action (actions/hello-world-docker-action) ### [`v2`](https://github.com/actions/hello-world-docker-action/releases/tag/v2): Version v2 [Compare Source](https://github.com/actions/hello-world-docker-action/compare/v1...v2) Update action to use the new environment file method for setting outputs.
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.com/gitea/runner/pulls/921 Reviewed-by: Nicolas Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .../testdata/local-action-via-composite-dockerfile/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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