diff --git a/.github/workflows/build_n_deploy.yml b/.github/workflows/build_n_deploy.yml index d08a330..0d0680b 100644 --- a/.github/workflows/build_n_deploy.yml +++ b/.github/workflows/build_n_deploy.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Python environment uses: actions/setup-python@v6 with: diff --git a/.github/workflows/pip-audit.yml b/.github/workflows/pip-audit.yml index feb7506..81943a9 100644 --- a/.github/workflows/pip-audit.yml +++ b/.github/workflows/pip-audit.yml @@ -13,7 +13,7 @@ jobs: python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ] name: pip-audit python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} @@ -84,7 +84,7 @@ jobs: python-version: [ "3.7" ] name: pip-audit python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} @@ -160,7 +160,7 @@ jobs: - name: Get analysis timestamp id: timestamp run: echo "timestamp=$(date -Is)" >> "$GITHUB_OUTPUT" - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/download-artifact@v8 id: download with: diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 4469af1..50d3942 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -15,7 +15,7 @@ jobs: python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ] name: Pre-commit python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 100 - uses: actions/setup-python@v6 @@ -100,7 +100,7 @@ jobs: python-version: [ "3.7" ] name: Pre-commit python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 100 - uses: actions/setup-python@v6 @@ -188,7 +188,7 @@ jobs: - name: Get analysis timestamp id: timestamp run: echo "timestamp=$(date -Is)" >> "$GITHUB_OUTPUT" - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/download-artifact@v8 id: download with: