diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 09cb65c..aead1b4 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -12,7 +12,7 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: conda-incubator/setup-miniconda@v4 with: diff --git a/.github/workflows/test_main_branch.yaml b/.github/workflows/test_main_branch.yaml index fe9f6f8..de42dbc 100644 --- a/.github/workflows/test_main_branch.yaml +++ b/.github/workflows/test_main_branch.yaml @@ -16,7 +16,7 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: pytest -v diffhalos --cov --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}