From ef8bdd4ae5c9816188cbfb72493671d2ca745e2b Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Sat, 28 Sep 2024 10:39:56 +0100 Subject: [PATCH] fix: pin version of github-pages-deploy-action --- .github/workflows/deploy.yml | 2 +- .github/workflows/fetch_notes.yml | 2 +- .github/workflows/fetch_ratings.yml | 2 +- .github/workflows/fetch_tweets.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 74033e46..6f486798 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,7 +61,7 @@ jobs: run: cp -r output/* gh-pages - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: folder: gh-pages single-commit: true diff --git a/.github/workflows/fetch_notes.yml b/.github/workflows/fetch_notes.yml index b76b20c7..1ec514b1 100644 --- a/.github/workflows/fetch_notes.yml +++ b/.github/workflows/fetch_notes.yml @@ -44,7 +44,7 @@ jobs: run: poetry run python -m x_notes - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: folder: output single-commit: true diff --git a/.github/workflows/fetch_ratings.yml b/.github/workflows/fetch_ratings.yml index 821cefaa..4e490782 100644 --- a/.github/workflows/fetch_ratings.yml +++ b/.github/workflows/fetch_ratings.yml @@ -44,7 +44,7 @@ jobs: run: poetry run python -m x_notes.ratings - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: folder: output single-commit: true diff --git a/.github/workflows/fetch_tweets.yml b/.github/workflows/fetch_tweets.yml index d1a5af22..0ffa2156 100644 --- a/.github/workflows/fetch_tweets.yml +++ b/.github/workflows/fetch_tweets.yml @@ -53,7 +53,7 @@ jobs: GH_REPO: ${{ github.repository }} - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: folder: output single-commit: true