diff --git a/.github/workflows/get_deps.yaml b/.github/workflows/get_deps.yaml index 2275827..4df90a9 100644 --- a/.github/workflows/get_deps.yaml +++ b/.github/workflows/get_deps.yaml @@ -13,7 +13,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.GLOBAL_GITHUB_TOKEN }}