Skip to content

Commit 5f98770

Browse files
committed
update actions
1 parent 58e8f24 commit 5f98770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up Go
2020
uses: actions/setup-go@v4
@@ -37,7 +37,7 @@ jobs:
3737
name: SonarCloud
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
with:
4242
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
4343
- name: SonarCloud Scan

0 commit comments

Comments
 (0)