Skip to content

Commit d6f17b5

Browse files
committed
MAINT: Update All minor github-actions changes
1 parent 16d8b7e commit d6f17b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
project_name: ${{env.project}}
3232
environment: production
3333
gar_docker_auth: true
34-
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
34+
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
3535
with:
3636
context: .
3737
tags: ${{secrets.GAR_DOCKER_REGISTRY}}/${{env.project}}:${{github.sha}}

.github/workflows/testrunner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ env:
99

1010
jobs:
1111
linter:
12-
uses: zeitonline/gh-action-workflows/.github/workflows/pre-commit.yaml@f17cf763525166b0862b3bd4ed89850e29e44f3a # 2.11.0
12+
uses: zeitonline/gh-action-workflows/.github/workflows/pre-commit.yaml@885cafc76fac8614d93da3a2b6e62ae22a343228 # 2.11.3
1313
with:
1414
python-version: "3.13"
1515
node-version: "24"
1616
k8s:
17-
uses: zeitonline/gh-action-workflows/.github/workflows/k8s-validation.yaml@f17cf763525166b0862b3bd4ed89850e29e44f3a # 2.11.0
17+
uses: zeitonline/gh-action-workflows/.github/workflows/k8s-validation.yaml@885cafc76fac8614d93da3a2b6e62ae22a343228 # 2.11.3
1818

1919
test:
2020
needs:

0 commit comments

Comments
 (0)