diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ea1245..d981cbf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: steps: - &checkout name: Check out code from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - &setup-python-default name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fb5a5a5..53306ef 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: contents: write # Required to upload release assets steps: - name: Check out code from Github - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@v6.2.0