Update actions/checkout to version 5 in Docker publish workflow

This commit is contained in:
Joakim Hellsén 2025-09-27 00:50:56 +02:00
commit 350af2a3a9

View file

@ -21,7 +21,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
# Download the latest commit from the master branch # Download the latest commit from the master branch
- uses: actions/checkout@v4 - uses: actions/checkout@v5
# Install the latest version of ruff # Install the latest version of ruff
- uses: astral-sh/ruff-action@v3 - uses: astral-sh/ruff-action@v3