Skip to content

Commit f65d246

Browse files
committed
Update actions
1 parent c8f2768 commit f65d246

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions" # search for actions - there are other options available
4+
directory: "/" # search in .github/workflows under root `/`
5+
schedule:
6+
interval: "weekly" # check for action update every week

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
12-
- uses: actions/setup-dotnet@v1
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-dotnet@v3
1313
with:
1414
dotnet-version: 7.0.400
1515
- run: dotnet run -p build/build.csproj

0 commit comments

Comments
 (0)