From d913e6b4c5004f122045bf7a6e7c6dba9b741189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 20:36:45 +0000 Subject: [PATCH] Bump ad-m/github-push-action in the github-actions group Bumps the github-actions group with 1 update: [ad-m/github-push-action](https://github.com/ad-m/github-push-action). Updates `ad-m/github-push-action` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/grab_articles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/grab_articles.yml b/.github/workflows/grab_articles.yml index efaab26..600476f 100644 --- a/.github/workflows/grab_articles.yml +++ b/.github/workflows/grab_articles.yml @@ -55,7 +55,7 @@ jobs: # Look to replace this with a versioned github-push action - name: Push to master - uses: ad-m/github-push-action@v1.0.0 + uses: ad-m/github-push-action@v1.1.0 if: steps.article-condition.outputs.hit != 'true' with: github_token: ${{ secrets.GITHUB_TOKEN }}