diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index c29de24a..91abdb91 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@main - name: Simple bandit security checks run: make security diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 8acca308..19efe917 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -6,6 +6,6 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@main - run: make lint diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08aef037..11bd0b73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@main - name: Simple poetry build no package run: make build diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 04deb4aa..6fff3074 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -9,7 +9,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@main - run: make docs - name: Deploy to GitHub Pages diff --git a/.github/workflows/pytests.yml b/.github/workflows/pytests.yml index 11092064..1abfff67 100644 --- a/.github/workflows/pytests.yml +++ b/.github/workflows/pytests.yml @@ -16,7 +16,7 @@ jobs: python_version: [ "3.13" ] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2