From d3491701f932fdb468dbe3eeac40325aecc6b293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:13:31 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [khanlab/actions](https://github.com/khanlab/actions), [actions/checkout](https://github.com/actions/checkout) and [ad-m/github-push-action](https://github.com/ad-m/github-push-action). Updates `khanlab/actions` from 0.3.6 to 0.3.7 - [Release notes](https://github.com/khanlab/actions/releases) - [Commits](https://github.com/khanlab/actions/compare/v0.3.6...v0.3.7) Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `ad-m/github-push-action` from 1.0.0 to 1.3.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.3.0) --- updated-dependencies: - dependency-name: khanlab/actions dependency-version: 0.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ad-m/github-push-action dependency-version: 1.3.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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/grab_articles.yml b/.github/workflows/grab_articles.yml index efaab26..afb8e00 100644 --- a/.github/workflows/grab_articles.yml +++ b/.github/workflows/grab_articles.yml @@ -11,12 +11,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup environment - uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.6 + uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.7 with: python-version: "3.10" - name: Checkout master branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run notebook run: | @@ -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.3.0 if: steps.article-condition.outputs.hit != 'true' with: github_token: ${{ secrets.GITHUB_TOKEN }}