Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/autopublish.yaml')
| -rw-r--r-- | .github/workflows/autopublish.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autopublish.yaml b/.github/workflows/autopublish.yaml index 6e2be7fd3d..abb9b521f1 100644 --- a/.github/workflows/autopublish.yaml +++ b/.github/workflows/autopublish.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 |