Skip to content

Commit 580e8e4

Browse files
chore(deps): update github-actions
1 parent c45b2d0 commit 580e8e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/integration.yml

+1-1
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

+5-5
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)