Skip to content

Commit 17398da

Browse files
authored
deps: bump actions/checkout from 3 to 4 (#153)
2 parents 4e9d4e3 + 9ffc133 commit 17398da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
dotnet-version: ['net6.0', 'net7.0', 'net8.0']
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Setup .NET
2121
uses: actions/setup-dotnet@v3
2222
with:

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Skip any PR created by dependabot to avoid permission issues
1919
if: (github.actor != 'dependabot[bot]')
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- run: semgrep ci
2424
env:

0 commit comments

Comments
 (0)