Skip to content

Commit b439dcb

Browse files
ci: bump action versions
1 parent 99d59c1 commit b439dcb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/csharp.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ on:
77
branches: [ master ]
88
types: [ opened, synchronize, reopened, ready_for_review ]
99

10-
jobs:
10+
jobs:
1111
lintCodebase:
1212
name: Lint Codebase if Not Draft
1313
if: github.event.pull_request.draft == false
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
# Full git history is needed to get a proper list of changed files
2020
fetch-depth: 0
2121
- name: Run Super-Linter
22-
uses: github/super-linter@v4
22+
uses: github/super-linter@v7.1.0
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
VALIDATE_ALL_CODEBASE: false
@@ -39,7 +39,7 @@ jobs:
3939
CURRENT_BRANCH: ${{ github.head_ref || github.ref_name }}
4040
steps:
4141
- name: Checkout code
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343
- name: Add msbuild to PATH
4444
uses: microsoft/setup-msbuild@v1
4545
- name: Setup NuGet
@@ -67,7 +67,7 @@ jobs:
6767
CURRENT_BRANCH: ${{ github.head_ref || github.ref_name }}
6868
steps:
6969
- name: Checkout code
70-
uses: actions/checkout@v3
70+
uses: actions/checkout@v4
7171
- name: Setup .NET
7272
uses: actions/setup-dotnet@v2
7373
with:
@@ -90,7 +90,7 @@ jobs:
9090
CURRENT_BRANCH: ${{ github.head_ref || github.ref_name }}
9191
steps:
9292
- name: Checkout code
93-
uses: actions/checkout@v3
93+
uses: actions/checkout@v4
9494
- name: Setup .NET
9595
uses: actions/setup-dotnet@v2
9696
with:

0 commit comments

Comments
 (0)