diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e5ac63b..7dcf009 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/hassfest.yml b/.github/workflows/hassfest.yml index 1e840a7..126b295 100644 --- a/.github/workflows/hassfest.yml +++ b/.github/workflows/hassfest.yml @@ -8,5 +8,5 @@ jobs: validate: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v4" + - uses: "actions/checkout@v5" - uses: home-assistant/actions/hassfest@master diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 14508af..10b930c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -16,7 +16,7 @@ jobs: run: sudo apt -y install libxml2-utils - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set Up Python-${{ matrix.python-version }} uses: actions/setup-python@v5