Skip to content

Commit c1c5851

Browse files
authored
update github actions to commits (#24)
1 parent 38ca08f commit c1c5851

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/dependabot.yaml

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: weekly

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
os: ["ubuntu-latest", "macos-latest"]
1717
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
1818
steps:
19-
- uses: actions/checkout@v4
20-
- uses: ruby/setup-ruby@v1
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+
- uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0
2121
with:
2222
ruby-version: ${{ matrix.ruby }}
2323
bundler-cache: true

0 commit comments

Comments
 (0)