diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbe64ba..c10c028 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: GH_TOKEN: ${{ github.token }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Python 3.11 uses: actions/setup-python@v4 with: