Skip to content
Open
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
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33716,7 +33716,7 @@ var semver_default = /*#__PURE__*/__nccwpck_require__.n(node_modules_semver);

const FALLBACK_VERSIONS = {
[ReleaseChannel.latest]: "2.35.0",
[ReleaseChannel.latestBeta]: "2.37.0-beta.01",
[ReleaseChannel.latestBeta]: "2.38.0-beta.01",
};

;// CONCATENATED MODULE: ./src/op-cli-installer/version/validate.ts
Expand Down
66 changes: 2 additions & 64 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "install-cli-action",
"version": "4.0.0",
"version": "4.1.0",
"description": "Install 1Password CLI into your GitHub Actions jobs",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/op-cli-installer/version/fallback-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import { ReleaseChannel } from "./constants";

export const FALLBACK_VERSIONS: Record<ReleaseChannel, string> = {
[ReleaseChannel.latest]: "2.35.0",
[ReleaseChannel.latestBeta]: "2.37.0-beta.01",
[ReleaseChannel.latestBeta]: "2.38.0-beta.01",
};
Loading