diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ceff87f8..38b8f092 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 @@ -42,7 +42,7 @@ jobs: - "3.11" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run tox uses: lsst-sqre/run-tox@v1 @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # full history for setuptools_scm @@ -92,7 +92,7 @@ jobs: needs: [lint, test, docs] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # full history for setuptools_scm @@ -116,7 +116,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # full history for setuptools_scm diff --git a/.github/workflows/periodic-ci.yaml b/.github/workflows/periodic-ci.yaml index f008d41c..bdf64f8e 100644 --- a/.github/workflows/periodic-ci.yaml +++ b/.github/workflows/periodic-ci.yaml @@ -20,7 +20,7 @@ jobs: - "3.11" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run tests in tox uses: lsst-sqre/run-tox@v1 @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Graphviz run: sudo apt-get install graphviz @@ -72,7 +72,7 @@ jobs: needs: [test, docs] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # full history for setuptools_scm