mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-06 03:17:05 +00:00
chore: release 0.4.4 (#93)
This commit is contained in:
parent
0aa6edff98
commit
c6c22902f6
3 changed files with 11 additions and 3 deletions
8
CHANGELOG.md
Normal file
8
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
### [0.4.4](https://www.github.com/google-github-actions/auth/compare/v0.4.3...v0.4.4) (2021-12-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* switch to actions-utils and update deps ([#91](https://www.github.com/google-github-actions/auth/issues/91)) ([ec59fe8](https://www.github.com/google-github-actions/auth/commit/ec59fe8c8e0c9f3f3b6ed799d8318a75930f9038))
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.4",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.6.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.4",
|
||||
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
|
||||
"main": "dist/main/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue