From 914bceef3fbb8745c8c5784b6acd81dabe050435 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 08:03:11 -0500 Subject: [PATCH] workflow/lint: revert nodejs/checkout change --- .forgejo/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 14c8ba1..46203ee 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -18,9 +18,9 @@ jobs: - name: requirements run: | echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf - dnf -yq --no-docs in nodejs24 git-core python3-pip + dnf -yq --no-docs in nodejs git-core python3-pip - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 - uses: actions/setup-python@v6 with: