diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 129b54c..63fa437 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.1 + uses: actions/checkout@v6.0.2 - &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 6c176e4..7fc54e0 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.1 + uses: actions/checkout@v6.0.2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@v6.2.0