summaryrefslogtreecommitdiff
path: root/.github/workflows/baseruby.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/baseruby.yml')
-rw-r--r--.github/workflows/baseruby.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml
index 50ff7014ff..ce979c9e7a 100644
--- a/.github/workflows/baseruby.yml
+++ b/.github/workflows/baseruby.yml
@@ -4,7 +4,7 @@ on:
push:
paths-ignore:
- 'doc/**'
- - '**/man'
+ - '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
@@ -12,7 +12,7 @@ on:
pull_request:
paths-ignore:
- 'doc/**'
- - '**/man'
+ - '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
@@ -51,12 +51,12 @@ jobs:
- ruby-3.3
steps:
- - uses: ruby/setup-ruby@6bd3d993c602f6b675728ebaecb2b569ff86e99b # v1.174.0
+ - uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # v1.176.0
with:
ruby-version: ${{ matrix.ruby }}
bundler: none
- - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: ./.github/actions/setup/ubuntu