We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816809b commit 360551bCopy full SHA for 360551b
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
show-progress: false
27
28
- name: Cache packages
29
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4.1.0
30
with:
31
path: ${{ env.NUGET_PACKAGES }}
32
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -40,7 +40,7 @@ jobs:
40
password: ${{ secrets.DOCKER_TOKEN }}
41
42
- name: Setup buildx
43
- uses: docker/setup-buildx-action@v3.6.1
+ uses: docker/setup-buildx-action@v3.7.1
44
45
- name: Export runtime
46
uses: crazy-max/ghaction-github-runtime@v3.0.0
0 commit comments