Skip to content

Commit a8cf287

Browse files
Update actions/checkout action to v5 (#164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tom Fleet <me@followtheprocess.codes>
1 parent 5c2efd1 commit a8cf287

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout Code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Run Labeler
2323
uses: crazy-max/ghaction-github-labeler@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout Code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ linters:
127127
- name: cyclomatic
128128
disabled: true # cyclop does this
129129

130+
- name: enforce-switch-style
131+
disabled: true # exhaustive handles this
132+
130133
- name: exported
131134
arguments:
132135
- checkPrivateReceivers

0 commit comments

Comments
 (0)