Skip to content

Commit f67e1c7

Browse files
authored
Merge pull request #92 from awesome-scripts/dependabot/github_actions/actions/checkout-6.0.1
Bump actions/checkout from 6.0.0 to 6.0.1
2 parents 2a0e257 + f7e9212 commit f67e1c7

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/[email protected].0
15+
uses: actions/[email protected].1
1616

1717
- name: Set up Node.js
1818
uses: actions/[email protected]

.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/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
fetch-depth: 0
2323

0 commit comments

Comments
 (0)