Skip to content

Commit ae49352

Browse files
authored
Merge pull request #140 from awesome-scripts/dependabot/github_actions/actions/checkout-6.0.3
Bump actions/checkout from 6.0.2 to 6.0.3
2 parents 41784e6 + fe5e77d commit ae49352

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.2
13+
uses: actions/checkout@v6.0.3
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.2
19+
uses: actions/checkout@v6.0.3
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.2
19+
uses: actions/checkout@v6.0.3
2020

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

0 commit comments

Comments
 (0)