Skip to content

Commit 3a69abe

Browse files
committed
update github actions to commits
1 parent 347fcb2 commit 3a69abe

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/dependabot.yaml

+6
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/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- { ruby: ruby-head, allowed-failure: true }
1313
name: Test Ruby ${{ matrix.entry.ruby }}
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: ruby/setup-ruby@v1
15+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
16+
- uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0
1717
with:
1818
ruby-version: ${{ matrix.entry.ruby }}
1919
bundler-cache: true

0 commit comments

Comments
 (0)