diff --git a/.github/workflows/grab_articles.yml b/.github/workflows/grab_articles.yml index 9482834..e9e30dc 100644 --- a/.github/workflows/grab_articles.yml +++ b/.github/workflows/grab_articles.yml @@ -16,7 +16,7 @@ jobs: python-version: "3.10" - name: Checkout master branch - uses: actions/checkout@v4 + uses: actions/checkout@v6 - 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@v0.8.0 + uses: ad-m/github-push-action@v1.0.0 if: steps.article-condition.outputs.hit != 'true' with: github_token: ${{ secrets.GITHUB_TOKEN }}