diff --git a/.github/workflows/tag_and_publish.yml b/.github/workflows/tag_and_publish.yml index a43ade4..f263340 100644 --- a/.github/workflows/tag_and_publish.yml +++ b/.github/workflows/tag_and_publish.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: ref: ${{ env.DEFAULT_BRANCH }} fetch-depth: 0 @@ -67,7 +67,7 @@ jobs: if: true runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Pull latest changes run: git pull origin main - name: Set up Python 3.10 diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index e335663..7b7397b 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -12,7 +12,7 @@ jobs: matrix: python-version: [ '3.10', '3.11', '3.12' ] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: