Skip to content

Commit 6dc1b6e

Browse files
fix(deps): bump cycjimmy/semantic-release-action from 2.7.0 to 3.0.0
Bumps [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action) from 2.7.0 to 3.0.0. - [Release notes](https://github.com/cycjimmy/semantic-release-action/releases) - [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/master/docs/CHANGELOG.md) - [Commits](cycjimmy/semantic-release-action@v2.7.0...v3.0.0) --- updated-dependencies: - dependency-name: cycjimmy/semantic-release-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ecf3b62 commit 6dc1b6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
steps:
1414
- name: Checkout with token
1515
if: github.event_name != 'pull_request'
16-
uses: actions/checkout@v2.4.0
16+
uses: actions/checkout@v3
1717
with:
1818
token: ${{ secrets.API_GITHUB_TOKEN }}
1919

2020
- name: Checkout without token
2121
if: github.event_name == 'pull_request'
22-
uses: actions/checkout@v2.4.0
22+
uses: actions/checkout@v3
2323

2424
- name: Fetch Go version
2525
run: |
@@ -28,7 +28,7 @@ jobs:
2828
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
2929
3030
- name: Setup Go environment
31-
uses: actions/setup-go@v2.1.5
31+
uses: actions/setup-go@v3
3232
with:
3333
go-version: "${{ env.go_version }}"
3434

@@ -43,8 +43,8 @@ jobs:
4343

4444
- name: Version
4545
if: github.event_name != 'pull_request'
46-
uses: cycjimmy/semantic-release-action@v2.7.0
46+
uses: cycjimmy/semantic-release-action@v3.0.0
4747
with:
48-
semantic_version: 17.4
48+
semantic_version: 19.0.2
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.API_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)