Skip to content

Commit 279b1f6

Browse files
authored
Promote version to 4.9.1 (#319)
* Promote version to 4.9.1 * macos-13 is deprecated
1 parent 6b1d9e6 commit 279b1f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
os: [ ubuntu-latest, windows-latest, macos-13 ]
18+
os: [ ubuntu-latest, windows-latest, macos-15 ]
1919
cli-version: [ "", "latest", "1.46.4" ]
2020
fail-fast: false
2121
steps:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jfrog/setup-jfrog-cli",
3-
"version": "4.8.1",
3+
"version": "4.9.1",
44
"private": true,
55
"description": "Setup JFrog CLI in GitHub Actions",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)