Skip to content

Commit

Permalink
chore(workflows): update fetch-latest-release action version
Browse files Browse the repository at this point in the history
Updated the fetch-latest-release action to use v2.0.0 in build-and-publish.yaml, and replaced the semver_parser action with booxmedialtd/ws-action-parse-semver@v1.
  • Loading branch information
obeone committed Feb 13, 2024
1 parent 494af49 commit 0d6b851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:

# Find latest tag of repository gchoi/cyberchef
- name: Fetch latest release
uses: thebritican/fetch-latest-release@v1
uses: gregziegan/fetch-latest-release@v2.0.0
with:
github_token: ${{ github.token }}
repo_path: gchq/CyberChef
id: version

- name: Parse semver string
id: semver_parser
uses: gregziegan/fetch-latest-release@v2.0.0
uses: booxmedialtd/ws-action-parse-semver@v1
with:
input_string: "${{ steps.version.outputs.tag_name }}"

Expand Down

0 comments on commit 0d6b851

Please sign in to comment.