diff --git a/.github/workflows/test-inventory-examples.yml b/.github/workflows/test-inventory-examples.yml index a96ac54..6be5133 100644 --- a/.github/workflows/test-inventory-examples.yml +++ b/.github/workflows/test-inventory-examples.yml @@ -306,7 +306,7 @@ jobs: steps: - name: Check out ${{ github.repository }} on disk - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python ${{ matrix.runner-python-version }} uses: actions/setup-python@v5