From c971930cc871b750fa75cb630384563c0c3705a2 Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Mon, 21 Nov 2022 15:46:03 -0500 Subject: Remove unused files; consistent icon styling (#11) * Remove unused files; consistent icon styling * Update GitHub actions --- .github/workflows/build.yml | 2 +- .github/workflows/pull_requests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa698b8..d98b293 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Run Gatsby Build run: npm run build --if-present - name: Commit public changes - uses: actions-js/push@v1.3 + uses: actions-js/push@latest with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: trunk diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index a3cee9a..04cb713 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Check changes (prevent pushing to public/) - uses: xalvarez/prevent-file-change-action@v1 + uses: xalvarez/prevent-file-change-action@v1.3.1 with: githubToken: ${{ secrets.GITHUB_TOKEN }} pattern: public/ -- cgit