Skip to content

Commit 46a3a56

Browse files
authored
Merge branch 'main' into feat/intake-runner-force-delete
2 parents 1f490b3 + 225fe4b commit 46a3a56

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v6.0.3
20+
uses: actions/checkout@v7.0.0
2121

2222
- name: Install go
23-
uses: actions/setup-go@v6
23+
uses: actions/setup-go@v6.4.0
2424
with:
2525
go-version-file: "go.mod"
2626
cache: true
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v6.0.3
50+
uses: actions/checkout@v7.0.0
5151

5252
- name: Check GoReleaser
5353
uses: goreleaser/goreleaser-action@v7.2.2

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v6.0.3
26+
uses: actions/checkout@v7.0.0
2727
with:
2828
# Allow goreleaser to access older tag information.
2929
fetch-depth: 0
3030

3131
- name: Install go
32-
uses: actions/setup-go@v6
32+
uses: actions/setup-go@v6.4.0
3333
with:
3434
go-version-file: "go.mod"
3535
cache: true
@@ -106,7 +106,7 @@ jobs:
106106
AWS_SECRET_ACCESS_KEY: ${{ secrets.OBJECT_STORAGE_SECRET_ACCESS_KEY }}
107107
steps:
108108
- name: Checkout
109-
uses: actions/checkout@v6.0.3
109+
uses: actions/checkout@v7.0.0
110110

111111
# use the artifacts from the "goreleaser" job
112112
- name: Download artifacts from workflow
@@ -144,7 +144,7 @@ jobs:
144144
AWS_ENDPOINT_URL: https://object.storage.eu01.onstackit.cloud
145145
steps:
146146
- name: Checkout
147-
uses: actions/checkout@v6.0.3
147+
uses: actions/checkout@v7.0.0
148148

149149
- name: Download artifacts from workflow
150150
uses: actions/download-artifact@v8

0 commit comments

Comments
 (0)