Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(workflow): bump mikefarah/yq to v4.44.5 #329

Merged
merged 1 commit into from
Nov 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_souji.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- id: get-ref
name: 'Get ref of souji-workflow'
uses: docker://mikefarah/yq:4.44.3-githubaction@sha256:435a6a8add65c16dd4c1db3ea1d3a8dc3374b747b390253bd8b106ded16352f5
uses: docker://mikefarah/yq:4.44.5-githubaction@sha256:c961355bdf78bc20830bd7f2440e7171c3ab9074489b4ba0dabcd10b845d1239
with:
args: |-
"${{ steps.escape.outputs.result }}"
Expand Down
Loading