diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52248e3..958c11e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 persist-credentials: false @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - run: git config --global core.autocrlf input - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c357aac..80806bc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: build-mode: none steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 424d64c..4afcb00 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -11,7 +11,7 @@ jobs: name: Build demo runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 24a29eb..c472b39 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -36,7 +36,7 @@ jobs: return commitStatus; - run: git config --global core.autocrlf input - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 persist-credentials: false