diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3664d80..1e2aeeb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Node uses: actions/setup-node@v6 with: @@ -70,6 +70,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Spellcheck uses: rojopolis/spellcheck-github-actions@0.61.0