diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 817394d6..139865fa 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -9,7 +9,7 @@ jobs: name: size-limit steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v4 with: @@ -28,7 +28,7 @@ jobs: name: typings steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v4 with: @@ -50,7 +50,7 @@ jobs: name: storybook steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v4 with: @@ -69,7 +69,7 @@ jobs: name: editorconfig steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check editorconfig uses: editorconfig-checker/action-editorconfig-checker@main website: @@ -77,7 +77,7 @@ jobs: name: website steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v4 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd100ca3..109884f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: name: Tests steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v4 with: diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index ead14005..63a822e5 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -7,7 +7,7 @@ jobs: name: commitlint steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Run commitlint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 405a77c7..5e65534d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: workflow: ${{ steps.check.outputs.workflow }} steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Context check id: check uses: trigensoftware/simple-release-action@latest @@ -28,7 +28,7 @@ jobs: if: needs.check.outputs.workflow == 'pull-request' steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Create or update pull request uses: trigensoftware/simple-release-action@latest with: @@ -41,7 +41,7 @@ jobs: if: needs.check.outputs.workflow == 'release' steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v4 with: diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 2a7f1f21..0782d6f5 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -21,7 +21,7 @@ jobs: name: deploy website steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v4 with: