Skip to content

Commit 6f970ca

Browse files
chore(deps): update mikefarah/yq action to v4.49.2
1 parent 7f58b6c commit 6f970ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/.docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
9090
- name: Get Python version from pyproject.toml
9191
id: get_python_version
92-
uses: mikefarah/yq@45be35c06387d692bb6bf689919919e0e32e796f # v4.49.1
92+
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
9393
with:
9494
cmd: yq -roy '.project.requires-python' pyproject.toml
9595
- name: Log in to ${{ inputs.registry }} Registry

.github/workflows/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: uv version --bump patch
4040
- name: Get Package version from pyproject.toml
4141
id: get_package_version
42-
uses: mikefarah/yq@45be35c06387d692bb6bf689919919e0e32e796f # v4.49.1
42+
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
4343
with:
4444
cmd: yq -roy '.project.version' pyproject.toml
4545
- name: Commit updated count

0 commit comments

Comments
 (0)