Skip to content

Commit 25e722f

Browse files
committed
Version bump
- actions/checkout to v6.0.0 - actions-setup-go to v6.1.0 - davidanson/markdonlint-cli2 to v0.19. Signed-off-by: Brandon Mitchell <git@bmitch.net>
1 parent 1af5e7e commit 25e722f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525

2626
steps:
2727
- name: Check out code
28-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2929

3030
- name: "Set up Go ${{ matrix.gover }}"
31-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
31+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3232
with:
3333
go-version: ${{ matrix.go != 'go.mod' && matrix.go || null }}
3434
go-version-file: ${{ matrix.go == 'go.mod' && 'go.mod' || null }}

.github/workflows/version-check.yml

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

1616
steps:
1717
- name: Check out code
18-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1919
- name: Version Check
2020
uses: docker://ghcr.io/sudo-bmitch/version-bump:edge
2121
with:

.version-bump.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{"name":"gha-uses-commit","key":"https://github.com/actions/checkout.git:v5.0.0","version":"08c6903cd8c0fde910a37f88322edcfb5dd907a8"}
2-
{"name":"gha-uses-commit","key":"https://github.com/actions/setup-go.git:v6.0.0","version":"44694675825211faa026b3c33043df3e48a5fa00"}
3-
{"name":"gha-uses-semver","key":"https://github.com/actions/checkout.git","version":"v5.0.0"}
4-
{"name":"gha-uses-semver","key":"https://github.com/actions/setup-go.git","version":"v6.0.0"}
5-
{"name":"makefile-markdown-lint","key":"docker.io/davidanson/markdownlint-cli2","version":"v0.19.0"}
1+
{"name":"gha-uses-commit","key":"https://github.com/actions/checkout.git:v6.0.0","version":"1af3b93b6815bc44a9784bd300feb67ff0d1eeb3"}
2+
{"name":"gha-uses-commit","key":"https://github.com/actions/setup-go.git:v6.1.0","version":"4dc6199c7b1a012772edbd06daecab0f50c9053c"}
3+
{"name":"gha-uses-semver","key":"https://github.com/actions/checkout.git","version":"v6.0.0"}
4+
{"name":"gha-uses-semver","key":"https://github.com/actions/setup-go.git","version":"v6.1.0"}
5+
{"name":"makefile-markdown-lint","key":"docker.io/davidanson/markdownlint-cli2","version":"v0.19.1"}
66
{"name":"makefile-staticcheck","key":"https://github.com/dominikh/go-tools.git","version":"v0.6.1"}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GOPATH?=$(shell go env GOPATH)
2-
MARKDOWN_LINT_VER?=v0.19.0
2+
MARKDOWN_LINT_VER?=v0.19.1
33
STATICCHECK_VER?=v0.6.1
44
VER_BUMP?=$(shell command -v version-bump 2>/dev/null)
55
VER_BUMP_CONTAINER?=sudobmitch/version-bump:edge

0 commit comments

Comments
 (0)