summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pull_request.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r--.github/workflows/pull_request.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index c2450a2..63afe6b 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -7,7 +7,7 @@ jobs:
block-fixup:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3.6.0
+ - uses: actions/checkout@v4.1.0
- name: Block fixup commit merge
uses: 13rac1/block-fixup-merge-action@v2.0.0
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- - uses: actions/checkout@v3.6.0
+ - uses: actions/checkout@v4.1.0
with:
fetch-depth: 0
- uses: actions/setup-python@v4