Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26 from trueberryless-org/renovate/github-actions

chore(deps): update github-actions

authored by

Felix Schneider and committed by
GitHub
15db4df6 08441b83

+5 -5
+4 -4
.github/workflows/deployment.yaml
··· 103 103 fetch-depth: 0 104 104 105 105 - name: Set up Docker Buildx 106 - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 106 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 107 107 108 108 - name: Log in to Docker Hub 109 - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 109 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 110 110 with: 111 111 username: ${{ secrets.DOCKER_USERNAME }} 112 112 password: ${{ secrets.DOCKER_PASSWORD }} 113 113 114 114 - name: Extract metadata (tags, labels) for Docker 115 115 id: meta 116 - uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 116 + uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 117 117 with: 118 118 images: ${{ env.REGISTRY }}/${{ env.IMAGE_OWNER }}/${{ env.IMAGE_NAME }} 119 119 ··· 172 172 if: env.RELEASE_SKIPPED == 'false' 173 173 env: 174 174 DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }} 175 - uses: Ilshidur/action-discord@0c4b27844ba47cb1c7bee539c8eead5284ce9fa9 # 0.3.2 175 + uses: Ilshidur/action-discord@d2594079a10f1d6739ee50a2471f0ca57418b554 # 0.4.0 176 176 with: 177 177 args: | 178 178 # ${{ env.IMAGE_NAME }}@${{ needs.image-tag.outputs.IMAGE_TAG }}
+1 -1
.github/workflows/format.yaml
··· 34 34 shopt -s globstar 35 35 find . -name '*.png' -exec pngquant --ext .png 256 {} \; 36 36 37 - - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef 37 + - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27