Skip to content

Commit 174c35a

Browse files
authored
Merge pull request #2 from gateixeira/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 4 to 6
2 parents 64c3eb4 + 969442c commit 174c35a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929

3030
- name: Setup Node.js
3131
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)