mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-31 05:56:58 +00:00
Update mikefarah/yq action to v4.40.4
This commit is contained in:
2
.github/workflows/build-arm64.yaml
vendored
2
.github/workflows/build-arm64.yaml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@master
|
||||
- name: Get kernel version
|
||||
uses: mikefarah/yq@v4.40.3
|
||||
uses: mikefarah/yq@v4.40.4
|
||||
id: kernel_version
|
||||
with:
|
||||
cmd: yq -r '.version' packages/kernels/upstream/definition.yaml
|
||||
|
2
.github/workflows/pr.yaml
vendored
2
.github/workflows/pr.yaml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@master
|
||||
- name: Get kernel version
|
||||
uses: mikefarah/yq@v4.40.3
|
||||
uses: mikefarah/yq@v4.40.4
|
||||
id: kernel_version
|
||||
with:
|
||||
cmd: yq -r '.version' packages/kernels/upstream/definition.yaml
|
||||
|
Reference in New Issue
Block a user