Skip to content

Commit d961e2b

Browse files
committed
ci: set specific version of actions
It should be updated regularly by dependabot. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 60700f0 commit d961e2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)