Skip to content

Commit 720a777

Browse files
authored
Merge pull request #26 from hashicorp-forge/prep_v2_release
Prep for v2.0.0 release
2 parents a2a0a7c + 402a664 commit 720a777

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: "ubuntu-latest"
1111
name: "Run"
1212
steps:
13-
- uses: actions/checkout@v4
14-
- uses: actions/setup-go@v5
13+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
1515
with:
1616
go-version: 1.19
17-
- uses: actions/setup-node@v4
17+
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
1818
with:
1919
node-version: 20
2020
cache: npm

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v2.0.0
2+
3+
* This is primarily a maintenance release, with node20 being used throughout the action and the action's own CI. All dependencies have been bumped to their latest versions.
4+
* Adds optional `working-directory` input to specify the directory where go test is run by @aaron-lane #15

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-split-go",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"private": "true",
55
"description": "Github action that lists a subset of tests suitable for passing into go test -run",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)