Skip to content

Commit abd4b7b

Browse files
authored
Merge pull request #234 from linked-data-dotnet/dependabot/github_actions/main/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents d3bc9ab + 98dc26d commit abd4b7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: build & run tests
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
- name: docker build

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fullSemVer: ${{ steps.gitversion.outputs.fullSemVer }}
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121

0 commit comments

Comments
 (0)