You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci-master-pr.yml
+14-14
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,15 @@ jobs:
20
20
runs-on: ubuntu-latest
21
21
steps:
22
22
- name: Checkout
23
-
uses: actions/checkout@v3
23
+
uses: actions/checkout@v4
24
24
25
25
# This is commented out, so we use the default 'docker' driver instead of the 'docker-container' driver. When using 'docker-container' driver, there appears to be a rate limit on writes on Github CI which causes buildx to fail with error code 17 when it is exporting to cache
26
26
# - name: Set up Docker Buildx
27
27
# id: buildx
28
-
# uses: docker/setup-buildx-action@v2
28
+
# uses: docker/setup-buildx-action@v3
29
29
30
30
- name: Cache Docker layers
31
-
uses: actions/cache/restore@v3# Restore cache but don't save it at end of job
31
+
uses: actions/cache/restore@v4# Restore cache but don't save it at end of job
0 commit comments