Skip to content

Commit f3c83d1

Browse files
authored
Merge pull request #209 from gofiber/dependabot/github_actions/github-actions-ad9e60af3a
chore(deps): bump the github-actions group across 1 directory with 3 updates
2 parents ec28fcd + 56b50d2 commit f3c83d1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: ${{ github.actor == 'dependabot[bot]' }}
1313
steps:
1414
- name: Wait for check is finished
15-
uses: lewagon/[email protected].0
15+
uses: lewagon/[email protected].1
1616
id: wait_for_checks
1717
with:
1818
ref: ${{ github.event.pull_request.head.sha || github.sha }}

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v5
2828

29-
- uses: actions/setup-go@v5
29+
- uses: actions/setup-go@v6
3030
with:
3131
# NOTE: Keep this in sync with the version from go.mod
3232
go-version: "1.25.x"
3333
cache: false
3434

3535
- name: golangci-lint
36-
uses: golangci/golangci-lint-action@v6
36+
uses: golangci/golangci-lint-action@v8
3737
with:
3838
# NOTE: Keep this in sync with the version from .golangci.yml
3939
version: v1.64.7

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Check out repository
2222
uses: actions/checkout@v5
2323
- name: Set up Go
24-
uses: actions/setup-go@v5
24+
uses: actions/setup-go@v6
2525
with:
2626
go-version: ${{ matrix.go-version }}
2727
cache: true

.github/workflows/vulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v5
2222

2323
- name: Install Go
24-
uses: actions/setup-go@v5
24+
uses: actions/setup-go@v6
2525
with:
2626
go-version: "stable"
2727
check-latest: true

0 commit comments

Comments
 (0)