Skip to content

Commit

Permalink
chore: update deprecated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Jan 6, 2025
1 parent 71aea9d commit 6712b14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: docker/setup-buildx-action@v1
-
name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
uses: docker/setup-buildx-action@v1
-
name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/octoprint-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: docker/setup-buildx-action@v1
-
name: Cache Docker Layers
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
uses: docker/setup-buildx-action@v1
-
name: Cache Docker Layers
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
uses: docker/setup-buildx-action@v1
-
name: Cache Docker Layers
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
uses: docker/setup-buildx-action@v1
-
name: Cache Docker Layers
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
Expand Down

0 comments on commit 6712b14

Please sign in to comment.