diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 80031b4fcc..afe65b8f7d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,14 +16,14 @@ env:
 
 jobs:
   test:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-latest
     timeout-minutes: 10
     permissions:
       contents: write
       pull-requests: write
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         # https://github.com/actions/checkout#Fetch-all-history-for-all-tags-and-branches
         # According to the docs for checkout@v2, Only a single commit is fetched by default, but
         # providing a fetch-depth of 0 should fetch all history.
diff --git a/code/worker.sh b/code/worker.sh
index 84e124be9f..8753bb312b 100644
--- a/code/worker.sh
+++ b/code/worker.sh
@@ -90,7 +90,7 @@ fi
 
 # Get lint (consider moving it to this repository at some point)
 if [ ! -f appdir-lint.sh ] ; then
-  wget -c -q https://raw.githubusercontent.com/AppImage/AppImages/master/appdir-lint.sh https://raw.githubusercontent.com/AppImage/AppImages/master/excludelist
+  wget -c -q https://raw.githubusercontent.com/AppImageCommunity/pkg2appimage/master/appdir-lint.sh https://raw.githubusercontent.com/AppImageCommunity/pkg2appimage/master/excludelist
 fi
 
 set -x