Merge pull request #546 from buanet/dependabot/github_actions/main/actions/checkout-5.0.0

Bump actions/checkout from 4.2.2 to 5.0.0
This commit is contained in:
André Germann
2025-12-15 09:28:49 +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@v4.2.2
uses: actions/checkout@v5.0.0
with:
repository: 'buanet/ioBroker.docker'
token: ${{ secrets.ACTIONS_PAT }}