Skip to content

Commit 7df50bb

Browse files
authored
Upgrade GitHub Actions to v3 for checkout and cache
1 parent 0b02d27 commit 7df50bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
steps:
1919
# Check out code
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
# This is a separate action that sets up buildx runner
2323
- name: Set up Docker Buildx
2424
uses: docker/setup-buildx-action@v1
2525
# So now you can use Actions' own caching!
2626
- name: Cache Docker layers
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
with:
2929
path: /tmp/.buildx-cache
3030
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)