Skip to content

Commit 09a84c2

Browse files
authored
CI: Bump actions/checkout to v6 (#56)
1 parent 05e0575 commit 09a84c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: Test against Ruby ${{ matrix.ruby }} / ActiveModel ${{ matrix.activerecord }}
4242

4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v6
4545
- name: Set up Ruby
4646
uses: ruby/setup-ruby@v1
4747
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tmp
2121
*.a
2222
mkmf.log
2323
spec/db/*
24+
.tool-versions
2425

2526
# rspec failure tracking
2627
.rspec_status

0 commit comments

Comments
 (0)