Skip to content

Commit 120799f

Browse files
chore(deps): update github-actions (major) (#51)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | | [docker/login-action](https://togithub.com/docker/login-action) | action | major | `v2` -> `v3` | | [magefile/mage-action](https://togithub.com/magefile/mage-action) | action | major | `v2` -> `v3` | | [magnetikonline/action-golang-cache](https://togithub.com/magnetikonline/action-golang-cache) | action | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v410) [Compare Source](https://togithub.com/actions/checkout/compare/v3...v4) - [Add support for partial checkout filters](https://togithub.com/actions/checkout/pull/1396) </details> <details> <summary>docker/login-action (docker/login-action)</summary> ### [`v3`](https://togithub.com/docker/login-action/compare/v2...v3) [Compare Source](https://togithub.com/docker/login-action/compare/v2...v3) </details> <details> <summary>magefile/mage-action (magefile/mage-action)</summary> ### [`v3`](https://togithub.com/magefile/mage-action/compare/v2...v3) [Compare Source](https://togithub.com/magefile/mage-action/compare/v2...v3) </details> <details> <summary>magnetikonline/action-golang-cache (magnetikonline/action-golang-cache)</summary> ### [`v4`](https://togithub.com/magnetikonline/action-golang-cache/releases/tag/v4) [Compare Source](https://togithub.com/magnetikonline/action-golang-cache/compare/v3...v4) - Provide action outputs of `build-cache-path`, `module-cache-path` and `cache-key`. - Bump `actions/setup-go@v4` - Some `README.md` cleanups. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDguMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
1 parent c45b2d0 commit 120799f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
permissions:
2727
contents: read
2828
steps:
29-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
29+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3030
- id: dsv
3131
# If using as a template outside of the actual repo, you sould reference like this instead:
3232
# uses: DelineaXPM/dsv-github-action@v1 # renovate: tag=v1

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 15
1616
steps:
17-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
17+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1818

1919
# https://github.com/magnetikonline/action-golang-cache
2020
- name: Setup Golang with cache
21-
uses: magnetikonline/action-golang-cache@797f193169d3c8ba6f60d90f50ecdadd2583fbd8 # v3
21+
uses: magnetikonline/action-golang-cache@777394c89f8ed6fcf1649505277c46c1cd06494d # v4
2222
with:
2323
go-version-file: go.mod
2424

2525
- name: mage-tidy
26-
uses: magefile/mage-action@a3d5bb52942181c125118a2be4b4664c3337aef6 # v2
26+
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3
2727
with:
2828
version: latest
2929
args: init
3030
- name: docker-login
31-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
31+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
3232
with:
3333
username: ${{ secrets.DSV_DOCKER_USERNAME }}
3434
password: ${{ secrets.DSV_DOCKER_PASSWORD }}
3535
- name: mage-release
36-
uses: magefile/mage-action@a3d5bb52942181c125118a2be4b4664c3337aef6 # v2
36+
uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3
3737
with:
3838
version: latest
3939
args: release

0 commit comments

Comments
 (0)