Skip to content

Commit e2ed5cb

Browse files
ci(deps): update containerbase/internal-tools action to v3.13.3
| datasource | package | from | to | | ----------- | ---------------------------- | ------- | ------- | | github-tags | containerbase/internal-tools | v3.13.2 | v3.13.3 |
1 parent 503cbdf commit e2ed5cb

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@469abe2c32da079402f27dbf913b0d4d60619423 # v3.13.2
26+
- uses: containerbase/internal-tools/setup@472fcf657dccd01b614a0f5e9dbb28aca67ed3c9 # v3.13.3
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@469abe2c32da079402f27dbf913b0d4d60619423 # v3.13.2
37+
- uses: containerbase/internal-tools/setup@472fcf657dccd01b614a0f5e9dbb28aca67ed3c9 # v3.13.3
3838

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

6565
steps:
66-
- uses: containerbase/internal-tools/setup@469abe2c32da079402f27dbf913b0d4d60619423 # v3.13.2
66+
- uses: containerbase/internal-tools/setup@472fcf657dccd01b614a0f5e9dbb28aca67ed3c9 # v3.13.3
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@469abe2c32da079402f27dbf913b0d4d60619423 # v3.13.2
49+
uses: containerbase/internal-tools@472fcf657dccd01b614a0f5e9dbb28aca67ed3c9 # v3.13.3
5050
with:
5151
command: docker-config
5252

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

6060
- uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
6161

62-
- uses: containerbase/internal-tools/setup@469abe2c32da079402f27dbf913b0d4d60619423 # v3.13.2
62+
- uses: containerbase/internal-tools/setup@472fcf657dccd01b614a0f5e9dbb28aca67ed3c9 # v3.13.3
6363
with:
6464
checkout: false
6565
apt-proxy: true

0 commit comments

Comments
 (0)