Skip to content

Commit 9e634e9

Browse files
authored
Merge pull request #61 from adamlui/dependabot/github_actions/actions/checkout-6.0.1
Bump actions/checkout from 6.0.0 to 6.0.1
2 parents 5694a16 + eb49375 commit 9e634e9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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@v6.0.0
15+
uses: actions/checkout@v6.0.1
1616

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

.github/workflows/publish-to-amo-on-ff-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515

1616
- name: Checkout adamlui/you.com-omnibox
17-
uses: actions/checkout@v6.0.0
17+
uses: actions/checkout@v6.0.1
1818
with:
1919
sparse-checkout: firefox
2020
fetch-depth: 2

.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 adamlui/you.com-omnibox
20-
uses: actions/checkout@v6.0.0
20+
uses: actions/checkout@v6.0.1
2121
with:
2222
fetch-depth: 0
2323

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
steps:
1919

2020
- name: Checkout adamlui/you.com-omnibox
21-
uses: actions/checkout@v6.0.0
21+
uses: actions/checkout@v6.0.1
2222
with:
2323
token: ${{ secrets.REPO_SYNC_PAT }}
2424
path: adamlui/you.com-omnibox
2525
fetch-depth: 2
2626

2727
- name: Checkout adamlui/ai-web-extensions
28-
uses: actions/checkout@v6.0.0
28+
uses: actions/checkout@v6.0.1
2929
with:
3030
token: ${{ secrets.REPO_SYNC_PAT }}
3131
repository: adamlui/ai-web-extensions

0 commit comments

Comments
 (0)