Skip to content

Commit b82777e

Browse files
authored
Merge pull request #4 from fluent-plugins-nursery/ci-update-workflow
ci: update workflow
2 parents f249c25 + d961e2b commit b82777e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
5+
schedule:
6+
interval: 'monthly'

.github/workflows/linux-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222

2323
name: Ruby ${{ matrix.ruby-version }} capability ${{ matrix.capability }} on ${{ matrix.os }}
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2626
- name: Set up Ruby
27-
uses: ruby/setup-ruby@v1
27+
uses: ruby/setup-ruby@a6b46b8a08edb18935835849f2a17072d5cc8c73 # v1.192.0
2828
with:
2929
ruby-version: ${{ matrix.ruby-version }}
3030
- name: Install dependencies

0 commit comments

Comments
 (0)