diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ac4a887..851426f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,7 @@ jobs: steps: # 1. Checkout repository - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 # 2. Set up Python - name: Set up Python diff --git a/.github/workflows/Spelling.yml b/.github/workflows/Spelling.yml index f621127..a1fa6f8 100644 --- a/.github/workflows/Spelling.yml +++ b/.github/workflows/Spelling.yml @@ -15,6 +15,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Spell Check Repo uses: crate-ci/typos@v1