diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75e8701..d9b09aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Biome uses: biomejs/setup-biome@v2 with: @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - id: tool-versions @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: tool-versions name: Get Tool Versions run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a81ef86..0b26524 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: - linux-arm64-musl steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: tool-versions name: Get Tool Versions run: | @@ -106,7 +106,7 @@ jobs: - linux-arm64-musl steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: tool-versions name: Get Tool Versions run: | @@ -142,7 +142,7 @@ jobs: environment: Release steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: tool-versions name: Get Tool Versions run: |