From f8df4b9fb1a61a69b4dacc190330cc1edba0f5fe Mon Sep 17 00:00:00 2001 From: pmtpro Date: Sat, 30 Nov 2024 20:00:49 +0700 Subject: [PATCH] update action (#3) --- .github/workflows/gingteam.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gingteam.yaml b/.github/workflows/gingteam.yaml index f9f05dd..320fd1e 100644 --- a/.github/workflows/gingteam.yaml +++ b/.github/workflows/gingteam.yaml @@ -13,7 +13,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Delete old proxies file run: rm -f proxies.txt @@ -24,4 +24,4 @@ jobs: - name: Scrapy run run: scrapy crawl proxy --nolog - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5