Skip to content

chore(deps): update actions/checkout action to v6 (#3884) #1244

chore(deps): update actions/checkout action to v6 (#3884)

chore(deps): update actions/checkout action to v6 (#3884) #1244

Workflow file for this run

# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
name: Docker Hub Description
on:
push:
branches:
- main
paths:
- README.md
- .github/workflows/readme-sync.yml
jobs:
sync-readme:
runs-on: ubuntu-24.04
if: ${{ github.repository == 'WeblateOrg/docker'}}
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: weblate/weblate
short-description: ${{ github.event.repository.description }}
permissions:
contents: read