Skip to content

Commit

Permalink
Merge pull request #4 from fluent-plugins-nursery/ci-update-workflow
Browse files Browse the repository at this point in the history
ci: update workflow
  • Loading branch information
kenhys authored Oct 23, 2024
2 parents f249c25 + d961e2b commit b82777e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'
4 changes: 2 additions & 2 deletions .github/workflows/linux-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:

name: Ruby ${{ matrix.ruby-version }} capability ${{ matrix.capability }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@a6b46b8a08edb18935835849f2a17072d5cc8c73 # v1.192.0
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
Expand Down

0 comments on commit b82777e

Please sign in to comment.