diff --git a/.github/workflows/gnotify.yml b/.github/workflows/gnotify.yml index 686fa1888..6c2b40501 100644 --- a/.github/workflows/gnotify.yml +++ b/.github/workflows/gnotify.yml @@ -33,7 +33,7 @@ jobs: - name: checkout uses: actions/checkout@v4 - name: setup - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.11' cache: 'pip'