Skip to content

Commit c3ed0c5

Browse files
author
Dainer Mesa
authored
Merge pull request #2 from dainer88/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 4ebf68d + 39da92a commit c3ed0c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Install dependencies
2121
run: |

0 commit comments

Comments
 (0)