Skip to content

Commit 62b9b08

Browse files
authored
Merge pull request #384 from gjtorikian/dependabot/github_actions/github-actions-8a9da2b879
Bump the github-actions group with 1 update
2 parents 75578b5 + 9a4dac9 commit 62b9b08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Set up Ruby
1717
uses: yettoapp/actions/setup-languages@main

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Set up Ruby
1818
uses: yettoapp/actions/setup-languages@main

0 commit comments

Comments
 (0)