Skip to content

Commit 6a7e9ef

Browse files
chore(deps): bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [contributor-assistant/github-action](https://github.com/contributor-assistant/github-action), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action), [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) and [arduino/setup-task](https://github.com/arduino/setup-task). Updates `contributor-assistant/github-action` from 2.3.1 to 2.4.0 - [Release notes](https://github.com/contributor-assistant/github-action/releases) - [Commits](contributor-assistant/github-action@v2.3.1...v2.4.0) Updates `golangci/golangci-lint-action` from 4.0.0 to 6.0.1 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v4.0.0...v6.0.1) Updates `lycheeverse/lychee-action` from 1.9.3 to 1.10.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v1.9.3...v1.10.0) Updates `arduino/setup-task` from 1 to 2 - [Release notes](https://github.com/arduino/setup-task/releases) - [Commits](arduino/setup-task@v1...v2) --- updated-dependencies: - dependency-name: contributor-assistant/github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: arduino/setup-task dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3010d2c commit 6a7e9ef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cla.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- name: "CLA Assistant"
4343
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
44-
uses: contributor-assistant/github-action@v2.3.1
44+
uses: contributor-assistant/github-action@v2.4.0
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
4747
PERSONAL_ACCESS_TOKEN: ${{ secrets.REDBOT_GITHUB_TOKEN }}

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version: '1.22'
3030
cache: false
3131
- name: golangci-lint
32-
uses: golangci/golangci-lint-action@v4.0.0
32+
uses: golangci/golangci-lint-action@v6.0.1
3333
with:
3434
# Require: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
3535
version: v1.54

.github/workflows/link-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Link Checker
2929
id: lychee
30-
uses: lycheeverse/lychee-action@v1.9.3
30+
uses: lycheeverse/lychee-action@v1.10.0
3131
with:
3232
# For parameter description, see https://github.com/lycheeverse/lychee#commandline-parameters
3333
# Actions Link address -> https://github.com/lycheeverse/lychee-action

.github/workflows/openimci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: go
5151

5252
- name: Install Task
53-
uses: arduino/setup-task@v1
53+
uses: arduino/setup-task@v2
5454
with:
5555
version: '3.x' # If available, use the latest major version that's compatible
5656
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)