diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 54aa3ca..d9b73ef 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,7 +17,7 @@ jobs: id-token: write steps: # retrieve your distributions here - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up Python