We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c813d commit 742f92bCopy full SHA for 742f92b
.github/workflows/lint.yml
@@ -76,4 +76,4 @@ jobs:
76
steps:
77
- uses: actions/checkout@v4
78
- name: Check for typos
79
- uses: crate-ci/typos@v1.19.0
+ uses: crate-ci/typos@v1.20.9
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
60
61
- name: Set up Docker Buildx
62
- uses: docker/setup-buildx-action@v3.2.0
+ uses: docker/setup-buildx-action@v3.3.0
63
with:
64
platforms: ${{ env.platforms }}
65
- name: Enable latest tag
0 commit comments