Skip to content

Commit

Permalink
chore(deps): all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent 8d9af86 commit 403e80a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Actionlint
env:
version: "1.6.25"
version: "1.6.26"
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
- name: Run Actionlint
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
echo BUILD_DATE="$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> "$GITHUB_ENV"
echo BUILD_REF="$(git rev-parse --short HEAD)" >> "$GITHUB_ENV"
- name: Build containers for all platforms
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
platforms: ${{ env.platforms }}
tags: ${{ env.image }}:${{ needs.sanity_check.outputs.tag }}${{ env.LATEST }}
Expand All @@ -95,7 +95,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push to Docker hub
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
platforms: ${{ env.platforms }}
tags: ${{ env.image }}:${{ needs.sanity_check.outputs.tag }}${{ env.LATEST }}
Expand Down

0 comments on commit 403e80a

Please sign in to comment.