diff --git a/.github/workflows/gnulinux.yml b/.github/workflows/gnulinux.yml index e6f84fdf..a43039e0 100644 --- a/.github/workflows/gnulinux.yml +++ b/.github/workflows/gnulinux.yml @@ -65,13 +65,13 @@ jobs: - name: XXX git permission quirk XXX run: | git config --global --add safe.directory $GITHUB_WORKSPACE - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true set-safe-directory: true - name: Clone cross-files - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: 'main' repository: 'outpost-os/meson-cross-files' @@ -137,13 +137,13 @@ jobs: - name: XXX git permission quirk XXX run: | git config --global --add safe.directory $GITHUB_WORKSPACE - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true set-safe-directory: true - name: Clone cross-files - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: 'main' repository: 'outpost-os/meson-cross-files' @@ -201,13 +201,13 @@ jobs: - name: XXX git permission quirk XXX run: | git config --global --add safe.directory $GITHUB_WORKSPACE - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true set-safe-directory: true - name: Clone cross-files - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: 'main' repository: 'outpost-os/meson-cross-files' diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c5f0bfe0..07625cb9 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -27,7 +27,7 @@ jobs: - name: XXX git permission quirk XXX run: | git config --global --add safe.directory $GITHUB_WORKSPACE - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true @@ -45,7 +45,7 @@ jobs: # https://github.com/actions/setup-python/issues/58 - run: brew install dtc libssh2 curl srecord rustup - name: Clone cross-files - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: 'using-local-dirs' repository: 'outpost-os/meson-cross-files' diff --git a/.github/workflows/proof.yml b/.github/workflows/proof.yml index 3cfcce4d..55b5c6a8 100644 --- a/.github/workflows/proof.yml +++ b/.github/workflows/proof.yml @@ -26,7 +26,7 @@ jobs: - name: XXX git permission quirk XXX run: | git config --global --add safe.directory $GITHUB_WORKSPACE - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true @@ -40,7 +40,7 @@ jobs: python3 -m venv venv echo "$PWD/venv/bin" >> $GITHUB_PATH - name: Clone cross-files - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: 'main' repository: 'outpost-os/meson-cross-files' diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 83463158..6a2c4585 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -18,7 +18,7 @@ jobs: spdx-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: REUSE Compliance Check uses: fsfe/reuse-action@v5 diff --git a/.github/workflows/sdist.yml b/.github/workflows/sdist.yml index 42b2c8e4..b69cfcc4 100644 --- a/.github/workflows/sdist.yml +++ b/.github/workflows/sdist.yml @@ -34,13 +34,13 @@ jobs: - name: XXX git permission quirk XXX run: | git config --global --add safe.directory $GITHUB_WORKSPACE - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 fetch-tags: true set-safe-directory: true - name: Clone cross-files - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: 'main' repository: 'outpost-os/meson-cross-files'