diff --git a/.github/workflows/autochangelog.yml b/.github/workflows/autochangelog.yml index 509f51eda6..e06aee0b07 100644 --- a/.github/workflows/autochangelog.yml +++ b/.github/workflows/autochangelog.yml @@ -17,7 +17,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: master diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7364b49abf..f6899cc594 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: paths-filter uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 id: filter @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-24.04 needs: pre_flight steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Ensure +x on CI directory run: chmod -R +x ./tools/ci - name: Install Tools @@ -53,7 +53,7 @@ jobs: needs: pre_flight if: needs.pre_flight.outputs.dm == 'true' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Cache SpacemanDMM uses: actions/cache@v5 @@ -83,7 +83,7 @@ jobs: needs: pre_flight if: needs.pre_flight.outputs.dm == 'true' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Ensure +x on CI directory run: |