Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ inputs:
required: false
default: "patcher-cli"
patcher_version:
description: "Version of Patcher to use. Defaults to the v0.16.0 version."
description: "Version of Patcher to use. Defaults to the v0.17.1 version."
required: false
default: "v0.17.0"
default: "v0.17.1"
terrapatch_git_repo:
description: "Repository name for downloading terrapatch cli. Defaults to 'terrapatch-cli'."
required: false
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18263,7 +18263,7 @@ module.exports = JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"]
/***/ ((module) => {

"use strict";
module.exports = JSON.parse('{"name":"patcher-action","version":"3.2.0","description":"Run Patcher by Gruntwork.io","main":"index.js","repository":"git@github.com:gruntwork-io/patcher-action.git","author":"Gruntwork.io <grunty@gruntwork.io>","license":"Apache-2.0","scripts":{"build":"ncc build src/index.ts -o dist","format":"prettier --write **/*.ts","format-check":"prettier --check **/*.ts","lint":"eslint --ext .ts ./"},"dependencies":{"@actions/core":"^1.10.0","@actions/exec":"^1.1.1","@actions/github":"^5.1.1","@actions/tool-cache":"^2.0.1","@octokit/plugin-throttling":"^7.0.0","@octokit/rest":"^22.0.0"},"devDependencies":{"@types/node":"^20.5.0","@typescript-eslint/eslint-plugin":"^6.6.0","@typescript-eslint/parser":"^6.6.0","@vercel/ncc":"^0.36.1","eslint":"^8.48.0","eslint-config-prettier":"^9.0.0","eslint-plugin-prettier":"^5.0.0","prettier":"^3.0.3","typescript":"^5.2.2"}}');
module.exports = JSON.parse('{"name":"patcher-action","version":"3.3.0","description":"Run Patcher by Gruntwork.io","main":"index.js","repository":"git@github.com:gruntwork-io/patcher-action.git","author":"Gruntwork.io <grunty@gruntwork.io>","license":"Apache-2.0","scripts":{"build":"ncc build src/index.ts -o dist","format":"prettier --write **/*.ts","format-check":"prettier --check **/*.ts","lint":"eslint --ext .ts ./"},"dependencies":{"@actions/core":"^1.10.0","@actions/exec":"^1.1.1","@actions/github":"^5.1.1","@actions/tool-cache":"^2.0.1","@octokit/plugin-throttling":"^7.0.0","@octokit/rest":"^22.0.0"},"devDependencies":{"@types/node":"^20.5.0","@typescript-eslint/eslint-plugin":"^6.6.0","@typescript-eslint/parser":"^6.6.0","@vercel/ncc":"^0.36.1","eslint":"^8.48.0","eslint-config-prettier":"^9.0.0","eslint-plugin-prettier":"^5.0.0","prettier":"^3.0.3","typescript":"^5.2.2"}}');

/***/ })

Expand Down