Skip to content

Commit

Permalink
Merge pull request #309 from sebrichoz/patch-1
Browse files Browse the repository at this point in the history
Get latest Github Runner Version 2.303.0
  • Loading branch information
arnaudlh authored Apr 24, 2023
2 parents 55d0095 + fd89223 commit 2e5be32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Get Latest GitHub Runner Version
id: get-latest-github-runner-version
run: |
version=$(curl -s "https://api.github.com/repos/actions/runner/releases" | jq -r '.[1] | select(.prerelease == false) | .tag_name' | head -n1 | sed 's/^v//')
version=$(curl -s "https://api.github.com/repos/actions/runner/releases" | jq -r '.[0] | select(.prerelease == false) | .tag_name' | head -n1 | sed 's/^v//')
echo "versionGithubRunner=$version" >> $GITHUB_OUTPUT
- name: Get Latest Gitlab Runner Version
Expand Down

0 comments on commit 2e5be32

Please sign in to comment.