diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index a2fbd1dff..f2992833e 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -15,7 +15,7 @@ jobs: - "-win64" steps: - name: checkout Xiphos - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: fetch history @@ -40,7 +40,7 @@ jobs: image: archlinux:latest steps: - name: checkout xiphos - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: install dependencies @@ -81,7 +81,7 @@ jobs: image: fedora:latest steps: - name: checkout xiphos - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: install dependencies @@ -121,7 +121,7 @@ jobs: image: debian:latest steps: - name: checkout xiphos - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: install dependencies @@ -166,7 +166,7 @@ jobs: image: ubuntu:latest steps: - name: checkout xiphos - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: install dependencies @@ -215,7 +215,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-tags: true ref: ${{ github.ref }}