diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index b91e44f..7b387c2 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📦 Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 📦 Set up Python uses: actions/setup-python@v4.6.0 @@ -40,7 +40,7 @@ jobs: steps: - name: 📦 Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🐒 Workaround for action runner limitation if: matrix.target.name == 'Container' @@ -88,7 +88,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create .HA_VERSION file run: echo "${{ matrix.version.current }}" > .HA_VERSION