aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 f188162..922e2e4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
node-version: [18.x]
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Get changed files under src directory
uses: dorny/paths-filter@v3
id: filter
diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml
index 0e1c020..3a17640 100644
--- a/.github/workflows/pull_requests.yml
+++ b/.github/workflows/pull_requests.yml
@@ -14,7 +14,7 @@ jobs:
node-version: [22.x]
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Check changes (prevent pushing to public/)
uses: xalvarez/prevent-file-change-action@v2.0.0
with: