diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index b58c6f4..930fefd 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -54,7 +54,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: discord/libdave ref: v${{ env.LIBDAVE_VERSION }}/cpp @@ -186,7 +186,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true @@ -254,7 +254,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1