Skip to content

Commit e1b1235

Browse files
author
Adam Lui
authored
Merge pull request #141 from awesome-scripts/dependabot/github_actions/actions/checkout-7.0.0
Bump actions/checkout from 6.0.3 to 7.0.0
2 parents ae49352 + d910f80 commit e1b1235

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

1212
- name: Checkout repository code
13-
uses: actions/checkout@v6.0.3
13+
uses: actions/checkout@v7.0.0
1414

1515
- name: Set up Node.js
1616
uses: actions/setup-node@v6.4.0

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

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

1818
- name: Checkout awesome-scripts/awesome-userscripts
19-
uses: actions/checkout@v6.0.3
19+
uses: actions/checkout@v7.0.0
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/validate-links-on-push-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v6.0.3
19+
uses: actions/checkout@v7.0.0
2020

2121
- name: Restore lychee cache
2222
id: restore-cache

0 commit comments

Comments
 (0)