Skip to content

Commit db35800

Browse files
Merge pull request #274 from OctoPrint/update-deprecated-gh-actions
chore: update deprecated github actions
2 parents 71aea9d + 6712b14 commit db35800

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/setup-buildx-action@v1
5151
-
5252
name: Cache Docker layers
53-
uses: actions/cache@v2
53+
uses: actions/cache@v4
5454
with:
5555
path: /tmp/.buildx-cache
5656
key: ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
@@ -98,7 +98,7 @@ jobs:
9898
uses: docker/setup-buildx-action@v1
9999
-
100100
name: Cache Docker layers
101-
uses: actions/cache@v2
101+
uses: actions/cache@v4
102102
with:
103103
path: /tmp/.buildx-cache
104104
key: ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}

.github/workflows/octoprint-release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: docker/setup-buildx-action@v1
6161
-
6262
name: Cache Docker Layers
63-
uses: actions/cache@v2
63+
uses: actions/cache@v4
6464
with:
6565
path: /tmp/.buildx-cache
6666
key: ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
@@ -147,7 +147,7 @@ jobs:
147147
uses: docker/setup-buildx-action@v1
148148
-
149149
name: Cache Docker Layers
150-
uses: actions/cache@v2
150+
uses: actions/cache@v4
151151
with:
152152
path: /tmp/.buildx-cache
153153
key: ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
@@ -255,7 +255,7 @@ jobs:
255255
uses: docker/setup-buildx-action@v1
256256
-
257257
name: Cache Docker Layers
258-
uses: actions/cache@v2
258+
uses: actions/cache@v4
259259
with:
260260
path: /tmp/.buildx-cache
261261
key: ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}
@@ -337,7 +337,7 @@ jobs:
337337
uses: docker/setup-buildx-action@v1
338338
-
339339
name: Cache Docker Layers
340-
uses: actions/cache@v2
340+
uses: actions/cache@v4
341341
with:
342342
path: /tmp/.buildx-cache
343343
key: ${{ runner.os }}-buildx-${{ hashfiles('**/Dockerfile') }}

0 commit comments

Comments
 (0)