diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index 8e5840de..57428deb 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -37,7 +37,8 @@ jobs: name: artifacts path: | artifacts - - name: Checkout user's forked repository for keeping workflow alive - uses: actions/checkout@v4 - - name: Keep workflow alive - uses: gautamkrishnar/keepalive-workflow@v1 + # Temporarily disable these while we figure out what to do. + # - name: Checkout user's forked repository for keeping workflow alive + # uses: actions/checkout@v4 + # - name: Keep workflow alive + # uses: gautamkrishnar/keepalive-workflow@v1 diff --git a/find_posts.py b/find_posts.py index 2ddfbce5..2c1ebd32 100644 --- a/find_posts.py +++ b/find_posts.py @@ -20,7 +20,7 @@ logger = logging.getLogger("FediFetcher") robotParser = urllib.robotparser.RobotFileParser() -VERSION = "7.1.15" +VERSION = "7.1.16" argparser=argparse.ArgumentParser()