Skip to content

Commit e025196

Browse files
chore(deps): bump the actions group with 4 updates (#57)
* chore(deps): bump the actions group with 4 updates Bumps the actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 4 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * bump go Signed-off-by: Tomasz Janiszewski <tomek@redhat.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tomasz Janiszewski <tomek@redhat.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tomasz Janiszewski <tomek@redhat.com>
1 parent 87e7106 commit e025196

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/go.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@v5
20-
with:
21-
go-version: 1.21
19+
uses: actions/setup-go@v6
2220

2321
- name: golangci-lint
2422
uses: golangci/golangci-lint-action@v9
@@ -37,7 +35,7 @@ jobs:
3735
run: go test -v ./...
3836

3937
- name: Upload binary
40-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v5
4139
with:
4240
name: junit2jira
4341
path: |
@@ -50,7 +48,7 @@ jobs:
5048
runs-on: ubuntu-latest
5149
steps:
5250
- name: Download executables
53-
uses: actions/download-artifact@v4
51+
uses: actions/download-artifact@v6
5452
with:
5553
name: junit2jira
5654
- name: Release

0 commit comments

Comments
 (0)