Skip to content

Commit b31d2ba

Browse files
committed
Bump default version of gittuf to v0.14.1
Signed-off-by: Pat Zielinski <git@patzielinski.com>
1 parent da8c392 commit b31d2ba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install gittuf
2929
uses: ./
3030
with:
31-
gittuf-version: '0.14.0'
31+
gittuf-version: '0.14.1'
3232
- name: Verify install
3333
run: gittuf version
3434
test_gittuf_installer_from_main_branch:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ of gittuf itself.
1212
## Optional Input
1313

1414
`gittuf-version`: Used to specify the version of gittuf to install (default:
15-
`0.14.0`). In addition to the specific version number, `main` is also supported
15+
`0.14.1`). In addition to the specific version number, `main` is also supported
1616
to build off the [source repository](https://github.com/gittuf/gittuf)'s `main`
1717
branch. Note: do not prefix `v` in the version number.
1818

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
gittuf-version:
77
description: 'Version of gittuf to install'
88
required: false
9-
default: '0.14.0'
9+
default: '0.14.1'
1010
runs:
1111
using: 'composite'
1212
steps:

0 commit comments

Comments
 (0)