aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/pull_requests.yml2
2 files changed, 2 insertions, 2 deletions
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/