Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/go_modules-5a9c29dde4
Browse files Browse the repository at this point in the history
  • Loading branch information
ytimocin authored Dec 12, 2024
2 parents 686017b + 9d86925 commit 61fdce9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v4
- name: Get supported versions from versions.yaml
id: get-supported-versions
uses: mikefarah/[email protected].5
uses: mikefarah/[email protected].6
with:
# Get a comma-separated list of supported versions
cmd: yq '.supported[].version' versions.yaml | tr '\n' ',' | sed 's/,$//'
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
git config --global user.email "[email protected]"
- name: Get supported versions from versions.yaml
id: get-supported-versions
uses: mikefarah/[email protected].5
uses: mikefarah/[email protected].6
with:
# Get a comma-separated list of supported versions
cmd: yq '.supported[].version' ./radius/versions.yaml | tr '\n' ',' | sed 's/,$//'
Expand Down

0 comments on commit 61fdce9

Please sign in to comment.