update actions more

This commit is contained in:
Adam Hathcock
2024-05-17 15:35:34 +01:00
parent d1477d88cc
commit 40d725ffac
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions" # search for actions - there are other options available
directory: "/" # search in .github/workflows under root `/`
schedule:
interval: "weekly" # check for action update every week
+2 -2
View File
@@ -11,10 +11,10 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x