Skip to content

Commit e449d5a

Browse files
Merge pull request #17 from heroku/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 8b3907f + e81384f commit e449d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: ruby/setup-ruby@v1
1212
with:
1313
ruby-version: 2.7
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717
- name: install dependencies

0 commit comments

Comments
 (0)