From f2ba8c468e4fd421321eb48da5ed9d013aea07ca Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Fri, 29 Aug 2025 00:43:20 +0300 Subject: [PATCH] Link subnet script and update version --- .github/workflows/create-lists.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-lists.yml b/.github/workflows/create-lists.yml index 7657a37..bdf1ece 100644 --- a/.github/workflows/create-lists.yml +++ b/.github/workflows/create-lists.yml @@ -9,6 +9,7 @@ on: - Services/** - src/** - convert.py + - get-subnets.py schedule: - cron: '29 8 * * 1' @@ -19,7 +20,7 @@ jobs: generate-lists: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v4.3.0 - name: Compile ruleset srs run: | docker run --rm \ @@ -65,7 +66,7 @@ jobs: version: 2.89 - name: Push lists - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v9.1.4 with: add: 'Russia Ukraine' author_name: GitHub Action @@ -77,7 +78,7 @@ jobs: run: echo "TAG_NAME=$(date +'%Y-%m-%d_%H-%M')" >> $GITHUB_ENV - name: Release - uses: softprops/action-gh-release@v2.2.2 + uses: softprops/action-gh-release@v2.3.2 with: files: | ${{ github.workspace }}/SRS/*.srs