Skip to content

Commit

Permalink
chore(deps): bump jacobtomlinson/gha-find-replace from 3.0.2 to 3.0.3 (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent eeb761e commit f57bf20
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,31 +41,31 @@ jobs:
id: package-version
uses: martinbeentjes/npm-get-version-action@3cf273023a0dda27efcd3164bdfb51908dd46a5b # v10.1.1
- name: update version
uses: jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
with:
find: "extension_version"
replace: ${{ steps.package-version.outputs.current-version}}
include: "vss-extension.json"
- name: update extension id
uses: jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
with:
find: "extension_id"
replace: ${{ secrets.EXTENSION_DEV_ID }}
include: "vss-extension.json"
- name: update extension publisher
uses: jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
with:
find: "extension_publisher"
replace: ${{ secrets.EXTENSION_DEV_PUBLISHER }}
include: "vss-extension.json"
- name: update extension public
uses: jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
with:
find: "extension_public"
replace: false
include: "vss-extension.json"
- name: update task id
uses: jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
with:
find: "task_id"
replace: ${{ secrets.TASK_DEV_ID }}
Expand Down Expand Up @@ -100,31 +100,31 @@ jobs:
id: package-version
uses: martinbeentjes/npm-get-version-action@3cf273023a0dda27efcd3164bdfb51908dd46a5b # v1.3.1
- name: update version
uses: jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
with:
find: "extension_version"
replace: ${{ steps.package-version.outputs.current-version}}
include: "vss-extension.json"
- name: update extension id
uses: jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
with:
find: "extension_id"
replace: ${{ secrets.EXTENSION_PROD_ID }}
include: "vss-extension.json"
- name: update extension publisher
uses: jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
with:
find: "extension_publisher"
replace: ${{ secrets.EXTENSION_PROD_PUBLISHER }}
include: "vss-extension.json"
- name: update extension public
uses: jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
with:
find: "extension_public"
replace: true
include: "vss-extension.json"
- name: update task id
uses: jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
with:
find: "task_id"
replace: ${{ secrets.TASK_PROD_ID }}
Expand Down

0 comments on commit f57bf20

Please sign in to comment.