diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml old mode 100755 new mode 100644 index f3b766a..0e4bbc9 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Clone - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Find tests run: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml old mode 100755 new mode 100644 index a7f328f..5d44279 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,7 +26,7 @@ jobs: - javascript-typescript steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml old mode 100755 new mode 100644 index cbe020c..14ed89b --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -10,7 +10,7 @@ jobs: dependency-review: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/dependency-review-action@v5 with: fail-on-severity: high diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml old mode 100755 new mode 100644 index 3880f33..8db77d3 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -19,7 +19,7 @@ jobs: if: github.event_name == 'pull_request' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: '3.10' @@ -43,7 +43,7 @@ jobs: with: python-version: '3.10' - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Cache pip uses: actions/cache@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml old mode 100755 new mode 100644 index 7c87721..b1e6480 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: RELEASE_AUTH_TOKEN: ${{ secrets.RELEASE_TOKEN != '' && secrets.RELEASE_TOKEN || github.token }} steps: - name: Checkout Entire Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/semantic-commits.yml b/.github/workflows/semantic-commits.yml old mode 100755 new mode 100644 index 4d9f4ce..4adb9d5 --- a/.github/workflows/semantic-commits.yml +++ b/.github/workflows/semantic-commits.yml @@ -15,7 +15,7 @@ jobs: name: Check Commit Titles runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 200