diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 88451a5..d963052 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install, build, and upload site uses: withastro/action@v6 env: diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index b9862a5..fb50721 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6