Merge pull request #554 from buanet/dependabot/github_actions/main/actions/checkout-6.0.1

Bump actions/checkout from 5.0.0 to 6.0.1
This commit is contained in:
André Germann
2026-01-14 20:27:02 +01:00
committed by GitHub
5 changed files with 29 additions and 29 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.1
with:
repository: 'buanet/ioBroker.docker'
token: ${{ secrets.ACTIONS_PAT }}