From a8ca71cd8fd7feaff592f0ff56abc99b6283f094 Mon Sep 17 00:00:00 2001 From: akutz Date: Fri, 19 Apr 2024 10:00:42 -0500 Subject: [PATCH] Update gnotify setup-python action This patch updates the gnotify GitHub action's setup-python step from v4 to v5. --- .github/workflows/gnotify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'