Skip to content

Commit

Permalink
chore(deps): update mikefarah/yq action to v4.45.1 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent 4072be8 commit 5f4a62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
uses: actions/checkout@v4

- name: Get dependency versions
uses: mikefarah/yq@v4.44.6
uses: mikefarah/yq@v4.45.1
id: get-versions
with:
cmd: yq eval 'del(.debian)' -o=json -I=0 versions.yaml

- name: Get distro version
uses: mikefarah/yq@v4.44.6
uses: mikefarah/yq@v4.45.1
id: get-distro
with:
cmd: yq eval '.debian' -I=0 versions.yaml
Expand Down

0 comments on commit 5f4a62d

Please sign in to comment.