diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 270d97c..3008884 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Package run: zip Coop.zip -r Coop/ - name: Bump version and push tag