Skip to content

Commit

Permalink
fix(renovate): Update Saionaro/extract-package-version action to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed May 11, 2024
1 parent b7b2d32 commit 528ee27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
yarn install --frozen-lockfile
- name: Extract version
id: extract_version
uses: Saionaro/extract-package-version@fdb5b74adc1278ddb777dfed4c988b9d098bb48d # v1.2.1
uses: Saionaro/extract-package-version@35ced6bfe3b1491af23de4db27c601697e6d8d17 # v1.3.0

- name: Package Windows (x64)
run: yarn package:win-x64
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Extract version
id: extract_version
uses: Saionaro/extract-package-version@fdb5b74adc1278ddb777dfed4c988b9d098bb48d # v1.2.1
uses: Saionaro/extract-package-version@35ced6bfe3b1491af23de4db27c601697e6d8d17 # v1.3.0
# Save the macOS certificate on this runner for forge to access it in the
# next step below.
- name: Retrieve code signing certificate
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:

- name: Extract version
id: extract_version
uses: Saionaro/extract-package-version@fdb5b74adc1278ddb777dfed4c988b9d098bb48d # v1.2.1
uses: Saionaro/extract-package-version@35ced6bfe3b1491af23de4db27c601697e6d8d17 # v1.3.0

- name: Make release directory
run: mkdir ./release
Expand Down

0 comments on commit 528ee27

Please sign in to comment.