diff --git a/.github/workflows/ci-bundle.yml b/.github/workflows/ci-bundle.yml index 2a7e6b91..893be6eb 100644 --- a/.github/workflows/ci-bundle.yml +++ b/.github/workflows/ci-bundle.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup node id: node diff --git a/.github/workflows/ci-flatpak.yml b/.github/workflows/ci-flatpak.yml index d3184d7e..5bb3798f 100644 --- a/.github/workflows/ci-flatpak.yml +++ b/.github/workflows/ci-flatpak.yml @@ -39,7 +39,7 @@ jobs: clean-all: true - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/ci-freebsd.yml b/.github/workflows/ci-freebsd.yml index cda6afdc..b144a000 100644 --- a/.github/workflows/ci-freebsd.yml +++ b/.github/workflows/ci-freebsd.yml @@ -71,7 +71,7 @@ jobs: matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/ci-homebrew.yml b/.github/workflows/ci-homebrew.yml index 2f1f8383..06b6b4a6 100644 --- a/.github/workflows/ci-homebrew.yml +++ b/.github/workflows/ci-homebrew.yml @@ -49,7 +49,7 @@ jobs: release: true steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Fix homebrew python if: matrix.os_name == 'macos' && matrix.os_version == '13' diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 54c36520..d0f67880 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -35,7 +35,7 @@ jobs: clean-all: true - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 4ea1ce4f..8243721e 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -31,7 +31,7 @@ jobs: toolchain: ucrt-x86_64 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b50976d8..45e5fb0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Release Setup id: release-setup @@ -187,7 +187,7 @@ jobs: - name: Checkout if: steps.should_run.outputs.SHOULD_RUN == 'true' - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Download coverage artifact if: steps.should_run.outputs.SHOULD_RUN == 'true' diff --git a/.github/workflows/localize.yml b/.github/workflows/localize.yml index 49c30dea..9ca49144 100644 --- a/.github/workflows/localize.yml +++ b/.github/workflows/localize.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Python 3.9 uses: actions/setup-python@v6 # https://github.com/actions/setup-python diff --git a/.github/workflows/update-pages.yml b/.github/workflows/update-pages.yml index b8f6cfb3..7d0376c2 100644 --- a/.github/workflows/update-pages.yml +++ b/.github/workflows/update-pages.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Upload artifact uses: actions/upload-artifact@v5