Skip to content

Commit daf26c5

Browse files
authored
Update dev dependencies (#777)
Update dependencies
1 parent 21a0a3a commit daf26c5

File tree

4 files changed

+95
-51
lines changed

4 files changed

+95
-51
lines changed
+17-13
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# This workflow is used to move the major version tag (such as v1, v2)
1+
# This workflow is used to move the major version tag (such as v1, v2)
22
# to point to the Git ref of the current release.
33
# This allows users to use the latest version of this action by specifying the major version.
44

55
name: Update Main Version
6-
run-name: Move ${{ github.event.inputs.major_version }} to ${{ github.event.inputs.target }}
6+
run-name:
7+
Move ${{ github.event.inputs.major_version }} to ${{
8+
github.event.inputs.target }}
79

810
on:
911
workflow_dispatch:
@@ -21,14 +23,16 @@ jobs:
2123
tag:
2224
runs-on: ubuntu-latest
2325
steps:
24-
- uses: actions/checkout@v4
25-
with:
26-
fetch-depth: 0
27-
- name: Git config
28-
run: |
29-
git config user.name "github-actions[bot]"
30-
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
31-
- name: Tag new target
32-
run: git tag -f ${{ github.event.inputs.major_version }} ${{ github.event.inputs.target }}
33-
- name: Push new tag
34-
run: git push origin ${{ github.event.inputs.major_version }} --force
26+
- uses: actions/checkout@v4
27+
with:
28+
fetch-depth: 0
29+
- name: Git config
30+
run: |
31+
git config user.name "github-actions[bot]"
32+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
33+
- name: Tag new target
34+
run:
35+
git tag -f ${{ github.event.inputs.major_version }} ${{
36+
github.event.inputs.target }}
37+
- name: Push new tag
38+
run: git push origin ${{ github.event.inputs.major_version }} --force

dist/index.js

+68-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
"eslint-plugin-prettier": "^5.2.3",
8484
"jest": "^29.7.0",
8585
"nock": "^13.5.6",
86-
"prettier": "3.3.2",
86+
"prettier": "3.5.3",
8787
"prettier-eslint": "^16.3.0",
8888
"ts-jest": "^29.2.6",
89-
"typescript": "5.5.3"
89+
"typescript": "5.8.2"
9090
}
9191
}

0 commit comments

Comments
 (0)