From 65ccd1f7482434ac75a9efbfa3675aca5834be5e Mon Sep 17 00:00:00 2001 From: Kirill Sobakin Date: Tue, 16 Jun 2026 14:01:51 +0300 Subject: [PATCH] Update version EndBug/add-and-commit --- .github/workflows/create-lists.yml | 2 +- .github/workflows/create-subnets.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-lists.yml b/.github/workflows/create-lists.yml index 1f18c1b..d6f9692 100644 --- a/.github/workflows/create-lists.yml +++ b/.github/workflows/create-lists.yml @@ -86,7 +86,7 @@ jobs: version: 2.89 - name: Push lists - uses: EndBug/add-and-commit@v9.1.4 + uses: EndBug/add-and-commit@v10.0.0 with: add: 'Russia Ukraine' author_name: GitHub Action diff --git a/.github/workflows/create-subnets.yml b/.github/workflows/create-subnets.yml index 0663f43..64d5cf6 100644 --- a/.github/workflows/create-subnets.yml +++ b/.github/workflows/create-subnets.yml @@ -24,7 +24,7 @@ jobs: - run: | python get-subnets.py - name: Push subnets - uses: EndBug/add-and-commit@v9.1.4 + uses: EndBug/add-and-commit@v10.0.0 with: add: 'Subnets' author_name: GitHub Action