diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ca791b..babc86f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: name: Build Content runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: codespell-project/actions-codespell@v2 with: check_hidden: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 448a069..88e844c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: name: Deploy to GitHub Pages runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ inputs.branch || 'main' }} - uses: actions/setup-node@v6