Skip to content

Commit 360551b

Browse files
Bump dependencies
1 parent 816809b commit 360551b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
show-progress: false
2727

2828
- name: Cache packages
29-
uses: actions/cache@v4.0.2
29+
uses: actions/cache@v4.1.0
3030
with:
3131
path: ${{ env.NUGET_PACKAGES }}
3232
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -40,7 +40,7 @@ jobs:
4040
password: ${{ secrets.DOCKER_TOKEN }}
4141

4242
- name: Setup buildx
43-
uses: docker/setup-buildx-action@v3.6.1
43+
uses: docker/setup-buildx-action@v3.7.1
4444

4545
- name: Export runtime
4646
uses: crazy-max/ghaction-github-runtime@v3.0.0

0 commit comments

Comments
 (0)