diff --git a/.github/workflows/fetch-and-release.yml b/.github/workflows/fetch-and-release.yml index 3d1bda7..3110cba 100644 --- a/.github/workflows/fetch-and-release.yml +++ b/.github/workflows/fetch-and-release.yml @@ -12,7 +12,7 @@ jobs: contents: write steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6 with: