Skip to content

Commit 3e4c65b

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ------------------------ | ------ | ------ | | github-tags | actions/cache | v3.3.1 | v3.3.2 | | github-tags | docker/build-push-action | v4.2.0 | v4.2.1 |
1 parent 3afef40 commit 3e4c65b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: docker/[email protected]
1616

1717
- name: Cache Docker layers
18-
uses: actions/[email protected].1
18+
uses: actions/[email protected].2
1919
with:
2020
path: /tmp/.buildx-cache
2121
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -24,7 +24,7 @@ jobs:
2424
2525
-
2626
name: Build and push
27-
uses: docker/[email protected].0
27+
uses: docker/[email protected].1
2828
with:
2929
context: .
3030
load: true

0 commit comments

Comments
 (0)