Skip to content

Commit e3cd197

Browse files
authored
Merge pull request #87 from awesome-scripts/dependabot/github_actions/actions/checkout-5.0.1
Bump actions/checkout from 5.0.0 to 5.0.1
2 parents 2e1cb83 + 7d7e689 commit e3cd197

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-on-push-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313

1414
- name: Checkout repository code
15-
uses: actions/checkout@v5.0.0
15+
uses: actions/checkout@v5.0.1
1616

1717
- name: Set up Node.js
1818
uses: actions/setup-node@v6.0.0

.github/workflows/sync-changes-to-gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818

1919
- name: Checkout awesome-scripts/awesome-userscripts
20-
uses: actions/checkout@v5.0.0
20+
uses: actions/checkout@v5.0.1
2121
with:
2222
fetch-depth: 0
2323

0 commit comments

Comments
 (0)