Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 3dc828d

Browse files
authored
Merge pull request #113 from alankrantas/dependabot/github_actions/actions/checkout-5
2 parents 054f975 + 1559bf0 commit 3dc828d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot-test.yml

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

2020
steps:
2121
- name: Checkout Repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4

.github/workflows/github-pages-deploy.yml

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

2323
steps:
2424
- name: Checkout Repo
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

2727
- name: Setup Nodejs
2828
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)