Skip to content

Commit 3dd2283

Browse files
committed
Update GitHub Actions packages and deprecated commands
1 parent d57f00d commit 3dd2283

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: node common/scripts/install-run-rush.js install
3636

3737
- name: Setup git
38-
uses: oleksiyrudenko/[email protected]
38+
uses: oleksiyrudenko/[email protected].1
3939
with:
4040
token: '${{ secrets.GITHUB_TOKEN }}'
4141
name: github-actions[bot]
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Get version
4848
id: version
49-
run: echo "##[set-output name=TRACKER_VERSION;]$(node -p "require('./trackers/javascript-tracker/package.json').version")"
49+
run: echo "TRACKER_VERSION=$(node -p "require('./trackers/javascript-tracker/package.json').version")" >> $GITHUB_OUTPUT
5050

5151
- name: Fail if version mismatch
5252
if: ${{ github.event.inputs.version != steps.version.outputs.TRACKER_VERSION }}
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Generate Release Information
8989
id: tag_version
90-
uses: mathieudutour/github-tag-action@v5.4
90+
uses: mathieudutour/github-tag-action@v6.1
9191
with:
9292
dry_run: true
9393
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish_prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: node common/scripts/install-run-rush.js install
3636

3737
- name: Setup git
38-
uses: oleksiyrudenko/[email protected]
38+
uses: oleksiyrudenko/[email protected].1
3939
with:
4040
token: '${{ secrets.GITHUB_TOKEN }}'
4141
name: github-actions[bot]
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Get version
4848
id: version
49-
run: echo "##[set-output name=TRACKER_VERSION;]$(node -p "require('./trackers/javascript-tracker/package.json').version")"
49+
run: echo "TRACKER_VERSION=$(node -p "require('./trackers/javascript-tracker/package.json').version")" >> $GITHUB_OUTPUT
5050

5151
- name: Fail if version mismatch
5252
if: ${{ github.event.inputs.version != steps.version.outputs.TRACKER_VERSION }}
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Generate Release Information
8282
id: tag_version
83-
uses: mathieudutour/github-tag-action@v5.4
83+
uses: mathieudutour/github-tag-action@v6.1
8484
with:
8585
dry_run: true
8686
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)