Update actions/checkout action to v6 (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
71f29c3467
commit
0dd877c227
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# Download the latest commit from the master branch
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
# Install the latest version of ruff
|
||||
- uses: astral-sh/ruff-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue