Skip to content

Commit 58415f8

Browse files
chore(deps): all non-major dependencies
1 parent f7c813d commit 58415f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v4
4444
- name: Install Actionlint
4545
env:
46-
version: "1.6.27"
46+
version: "1.7.1"
4747
run: curl -Ls "https://github.com/rhysd/actionlint/releases/download/v${{ env.version }}/actionlint_${{ env.version }}_linux_amd64.tar.gz" | sudo tar -x -z -C /usr/local/bin actionlint
4848
- name: Run Actionlint
4949
run: |
@@ -76,4 +76,4 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v4
7878
- name: Check for typos
79-
uses: crate-ci/typos@v1.19.0
79+
uses: crate-ci/typos@v1.21.0

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v4
6161
- name: Set up Docker Buildx
62-
uses: docker/setup-buildx-action@v3.2.0
62+
uses: docker/setup-buildx-action@v3.3.0
6363
with:
6464
platforms: ${{ env.platforms }}
6565
- name: Enable latest tag
@@ -91,7 +91,7 @@ jobs:
9191
-d '{ "ref": "refs/tags/${{ needs.sanity_check.outputs.tag }}", "sha": "${{ github.sha }}" }' | \
9292
grep "Reference already exists" && echo "Tag already exists. Quitting." && exit 1 || exit 0
9393
- name: Login to Docker Hub
94-
uses: docker/login-action@v3.1.0
94+
uses: docker/login-action@v3.2.0
9595
with:
9696
username: ${{ secrets.DOCKERHUB_USERNAME }}
9797
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)