diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f91ba35..17cb5c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,9 +15,9 @@ jobs: env: PYTHON_COVREPORTS_VERSION: 3.9 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install the GSL