Skip to content

Commit 5493122

Browse files
authored
Merge pull request #3 from JelleBuning/dependabot/github_actions/actions-deps-02325a8da5
Bump the actions-deps group with 2 updates
2 parents 547b281 + 6be91e1 commit 5493122

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
os: [ubuntu-latest, windows-latest, macos-latest]
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@v7
1313

1414
- run: echo ${{matrix.os}}
1515

@@ -19,7 +19,7 @@ jobs:
1919
dotnet-version: '10.0.x'
2020

2121
- name: Load nuget cache
22-
uses: actions/cache@v5
22+
uses: actions/cache@v6
2323
with:
2424
path: |
2525
~/.nuget/packages

0 commit comments

Comments
 (0)