Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 363104e commit 1d60a64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
test-report-branch: ${{ github.event.pull_request.head.ref || github.ref_name }}
test-report-artifact-name-prefix: test-report-
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
with:
name: test-report-0
path: junit.xml
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"type": "module",
"dependencies": {
"@actions/artifact": "^2.1.10",
"@actions/artifact": "2.1.10",
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"@actions/glob": "^0.5.0",
"@actions/glob": "0.5.0",
"@octokit/plugin-retry": "7.1.2",
"fast-xml-parser": "^4.5.0"
"fast-xml-parser": "4.5.0"
},
"devDependencies": {
"@tsconfig/recommended": "1.0.7",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d60a64

Please sign in to comment.