diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67d335d..1f76937 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: with: python-version: "3.x" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build wheel run: pip wheel -w dist --no-deps . @@ -36,7 +36,7 @@ jobs: with: python-version: "3.x" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install pre-commit and deps run: pip install pre-commit -r requirements.txt @@ -59,7 +59,7 @@ jobs: tr '_' '-' ) >> $GITHUB_OUTPUT - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3.x uses: actions/setup-python@v6 @@ -67,7 +67,7 @@ jobs: python-version: "3.11" - name: Checkout tools repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: adafruit/actions-ci-circuitpython-libs path: actions-ci @@ -88,7 +88,7 @@ jobs: build-docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3.x uses: actions/setup-python@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c2d4d5..c009f3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,12 +24,12 @@ jobs: python-version: "3.x" - name: Checkout Current Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Checkout tools repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: adafruit/actions-ci-circuitpython-libs path: actions-ci @@ -60,7 +60,7 @@ jobs: permissions: id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0