From 7b3d34577c9b80a4e23e3fa0e44dfafd17081296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Thu, 9 May 2024 15:58:18 +0200 Subject: [PATCH] Bump the JamesIves/github-sponsors-readme-action and JamesIves/github-pages-deploy-action dependencies --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 1afcd5c0..5f692771 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -13,13 +13,13 @@ jobs: uses: actions/checkout@v4 - name: Generate sponsors section - uses: JamesIves/github-sponsors-readme-action@v1.2.2 + uses: JamesIves/github-sponsors-readme-action@v1 with: token: ${{ secrets.SPONSORS_TOKEN }} file: 'README.md' - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: dev folder: '.'