Skip to content

Commit f10e611

Browse files
chore(deps): update github actions
1 parent 69ff68d commit f10e611

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dashboards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Set up golang
24-
uses: actions/setup-go@v3
24+
uses: actions/setup-go@v4
2525
with:
2626
go-version: ${{ env.golang-version }}
2727

.github/workflows/project-management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
stale-issues-handler:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/stale@v7
27+
- uses: actions/stale@v8
2828
with:
2929
any-of-labels: 'needs-more-info,question'
3030
stale-pr-label: 'stale'

.github/workflows/sec-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
persist-credentials: false
2323

24-
- uses: actions/setup-go@v3
24+
- uses: actions/setup-go@v4
2525
with:
2626
go-version: ${{ env.golang-version }}
2727

0 commit comments

Comments
 (0)