From 511ce059dd3df17c0e0f5acf4641263429e89b9c Mon Sep 17 00:00:00 2001 From: DrSheppard <60893791+Drsheppard01@users.noreply.github.com> Date: Wed, 26 Feb 2025 01:25:28 +0300 Subject: [PATCH] update test.yml --- .github/workflows/test.yml | 4 ++-- code/worker.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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