Skip to content

Commit acbb7ae

Browse files
build(deps): weekly update package versions that cannot be updated by dependabot (#357)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dd91d35 commit acbb7ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ inputs:
6464
description: |
6565
Whether Task should be installed.
6666
task-version:
67-
default: 3.45.4
67+
default: 3.45.5
6868
description: |
6969
The Task version that has to be installed and used.
7070
test-timeout:

build/task.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ vars:
6363
GOVULNCHECK_VERSION: v1.1.4
6464
GOVULNCHECK_BIN: "{{.GOBIN}}/govulncheck"
6565
GOVULNCHECK_OUTPUT: /tmp/govulncheck.txt
66-
GQLGEN_VERSION: v0.17.82
66+
GQLGEN_VERSION: v0.17.83
6767
GQLGEN_BIN: "{{.GOBIN}}/gqlgen"
6868
GQLGENC_VERSION: v0.33.0
6969
GQLGENC_BIN: "{{.GOBIN}}/gqlgenc"
@@ -73,7 +73,7 @@ vars:
7373
MCVS_TEXTTIDY_BIN: "{{.GOBIN}}/mcvs-texttidy"
7474
MCVS_TEXTTIDY_VERSION: 0.1.0
7575
MOCKERY_BIN: "{{.GOBIN}}/mockery"
76-
MOCKERY_VERSION: v3.5.5
76+
MOCKERY_VERSION: v3.6.0
7777
OPA_BIN: "{{.GOBIN}}/opa"
7878
OPA_FMT: "{{.OPA_BIN}} fmt ."
7979
OPA_VERSION: v1.10.1
@@ -85,7 +85,7 @@ vars:
8585
OS_COMMAND_TYPE_ARCHITECTURE:
8686
sh: "{{.OS_COMMAND}} -m"
8787
PRESENT_BIN: "{{.GOBIN}}/present"
88-
PRESENT_VERSION: v0.38.0
88+
PRESENT_VERSION: v0.39.0
8989
PRESENT_PRESENTATIONS_HOME: '{{.PRESENT_PRESENTATIONS_HOME | default "./docs/presentations"}}'
9090
REGAL_BIN: "{{.GOBIN}}/regal"
9191
REGAL_VERSION: v0.37.0
@@ -97,7 +97,7 @@ vars:
9797
echo "\"\""
9898
fi
9999
TEST_TIMEOUT: '{{.TEST_TIMEOUT | default "4m0s"}}'
100-
YQ_VERSION: v4.48.1
100+
YQ_VERSION: v4.48.2
101101
tasks:
102102
build-golang-download-modules:
103103
cmds:

0 commit comments

Comments
 (0)