diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8600572..d1cce1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: node-version: '24' diff --git a/.github/workflows/standards.yml b/.github/workflows/standards.yml index 86a62ba..94c063c 100644 --- a/.github/workflows/standards.yml +++ b/.github/workflows/standards.yml @@ -8,7 +8,7 @@ jobs: name: README structure runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: README stays minimal (screenshot, title, description, navigation menu, license) run: | if [ ! -f README.md ]; then @@ -28,7 +28,7 @@ jobs: name: Required files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Every repo carries the standard files run: | missing=""