Skip to content

Commit 321b1f5

Browse files
authored
Merge pull request #17 from StudioLambda/feat/update-workflow-actions
fix(ci): update workflow actions
2 parents f8c5161 + 9669a45 commit 321b1f5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/framework.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
run:
2323
working-directory: ./framework
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626

2727
- name: Set up Go
28-
uses: actions/setup-go@v5
28+
uses: actions/setup-go@v6
2929
with:
3030
go-version-file: "framework/go.mod"
3131
cache-dependency-path: "framework/go.sum"

.github/workflows/problem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
run:
2121
working-directory: ./problem
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424

2525
- name: Set up Go
26-
uses: actions/setup-go@v5
26+
uses: actions/setup-go@v6
2727
with:
2828
go-version-file: "problem/go.mod"
2929
cache-dependency-path: "problem/go.sum"

.github/workflows/router.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
run:
2121
working-directory: ./router
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424

2525
- name: Set up Go
26-
uses: actions/setup-go@v5
26+
uses: actions/setup-go@v6
2727
with:
2828
go-version-file: "router/go.mod"
2929
cache-dependency-path: "router/go.sum"

0 commit comments

Comments
 (0)