Update actions version in package json (#377)

This commit is contained in:
Milos Pantic
2022-09-05 13:22:12 +02:00
committed by GitHub
parent 5b36705a13
commit aa53851224
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "setup-java",
"version": "3.1.1",
"version": "3.4.1",
"private": true,
"description": "setup java action",
"main": "dist/setup/index.js",
@ -45,4 +45,4 @@
"ts-jest": "^27.0.5",
"typescript": "^4.2.3"
}
}
}