Skip to content

Commit 232881f

Browse files
ci(deps): update containerbase/internal-tools action to v3.10.84
| datasource | package | from | to | | ----------- | ---------------------------- | -------- | -------- | | github-tags | containerbase/internal-tools | v3.10.81 | v3.10.84 |
1 parent c4a7d92 commit 232881f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 10
2424

2525
steps:
26-
- uses: containerbase/internal-tools/setup@d4b2f1b69087e8f0fff7c1ba1b2786247eb41bef # v3.10.81
26+
- uses: containerbase/internal-tools/setup@a49778ef0de8ed4a8519f01bee0982f4a31ad3b4 # v3.10.84
2727
with:
2828
save-cache: true
2929

@@ -34,7 +34,7 @@ jobs:
3434
timeout-minutes: 10
3535

3636
steps:
37-
- uses: containerbase/internal-tools/setup@d4b2f1b69087e8f0fff7c1ba1b2786247eb41bef # v3.10.81
37+
- uses: containerbase/internal-tools/setup@a49778ef0de8ed4a8519f01bee0982f4a31ad3b4 # v3.10.84
3838

3939
- name: lint
4040
run: |
@@ -63,7 +63,7 @@ jobs:
6363
packages: write
6464

6565
steps:
66-
- uses: containerbase/internal-tools/setup@d4b2f1b69087e8f0fff7c1ba1b2786247eb41bef # v3.10.81
66+
- uses: containerbase/internal-tools/setup@a49778ef0de8ed4a8519f01bee0982f4a31ad3b4 # v3.10.84
6767
with:
6868
apt-proxy: true
6969

.github/workflows/promote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: docker-config
49-
uses: containerbase/internal-tools@d4b2f1b69087e8f0fff7c1ba1b2786247eb41bef # v3.10.81
49+
uses: containerbase/internal-tools@a49778ef0de8ed4a8519f01bee0982f4a31ad3b4 # v3.10.84
5050
with:
5151
command: docker-config
5252

@@ -59,7 +59,7 @@ jobs:
5959

6060
- uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
6161

62-
- uses: containerbase/internal-tools/setup@d4b2f1b69087e8f0fff7c1ba1b2786247eb41bef # v3.10.81
62+
- uses: containerbase/internal-tools/setup@a49778ef0de8ed4a8519f01bee0982f4a31ad3b4 # v3.10.84
6363
with:
6464
checkout: false
6565
apt-proxy: true

0 commit comments

Comments
 (0)