Skip to content

Commit faf4bd4

Browse files
Deps updates + workflow dispatch
1 parent c40f3ac commit faf4bd4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
branches:
1111
- main
12+
workflow_dispatch:
1213

1314
env:
1415
GO_VERSION: '1.24'
@@ -22,15 +23,15 @@ jobs:
2223
runs-on: ubuntu-latest
2324

2425
steps:
25-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2627

2728
- name: Setup Go environment
28-
uses: actions/setup-go@v5
29+
uses: actions/setup-go@v6
2930
with:
3031
go-version: ${{ env.GO_VERSION }}
3132

3233
- name: Lint
33-
uses: golangci/golangci-lint-action@v8
34+
uses: golangci/golangci-lint-action@v9
3435

3536
- name: Build
3637
run: go build
@@ -39,7 +40,7 @@ jobs:
3940
run: ls -lah .
4041

4142
- name: Add to artifacts
42-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v6
4344
with:
4445
name: openapi-oathkeeper
4546
path: ./openapi-oathkeeper

0 commit comments

Comments
 (0)