diff --git a/.github/workflows/XcodeGraph.yml b/.github/workflows/XcodeGraph.yml index 71da8cfd..04721f6a 100644 --- a/.github/workflows/XcodeGraph.yml +++ b/.github/workflows/XcodeGraph.yml @@ -33,7 +33,7 @@ jobs: - "6.0.3" runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Swift if: matrix.os == 'ubuntu-22.04' uses: SwiftyLab/setup-swift@latest @@ -66,7 +66,7 @@ jobs: - "6.0.3" runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Swift if: matrix.os == 'ubuntu-22.04' uses: SwiftyLab/setup-swift@latest @@ -98,7 +98,7 @@ jobs: - macos-15 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: jdx/mise-action@v2 with: version: 2024.11.8 diff --git a/.github/workflows/conventional-pr.yml b/.github/workflows/conventional-pr.yml index f4655ecc..9823cf9e 100644 --- a/.github/workflows/conventional-pr.yml +++ b/.github/workflows/conventional-pr.yml @@ -7,7 +7,7 @@ jobs: name: Lint PR runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: amannn/action-semantic-pull-request@v6 with: requireScope: false diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d9019aa1..d24a7eb9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: name: Publish to Cloudflare Pages steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: jdx/mise-action@v2 with: experimental: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 10f32983..fd47a607 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ jobs: runs-on: "ubuntu-latest" timeout-minutes: 15 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: jdx/mise-action@v2 with: experimental: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfc54623..5af68786 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 15 if: "!startsWith(github.event.head_commit.message, '[Release]')" steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: fetch-depth: 0 - uses: jdx/mise-action@v2