Skip to content

Commit 9fd62a7

Browse files
committed
Lowered actions/checkout to 6.0.1 til actions/checkout#2365 fixed
1 parent 4f163f9 commit 9fd62a7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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.2
15+
uses: actions/checkout@v6.0.1
1616

1717
- name: Run Ruff
1818
uses: astral-sh/ruff-action@v3.5.1
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: Checkout repository code
29-
uses: actions/checkout@v6.0.2
29+
uses: actions/checkout@v6.0.1
3030

3131
- name: Install yamllint
3232
run: pip install yamllint

.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 adamlui/python-utils
19-
uses: actions/checkout@v6.0.2
19+
uses: actions/checkout@v6.0.1
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/sync-translate-en-messages.py-changes-to-repos.yml

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

1717
- name: Checkout adamlui/python-utils
18-
uses: actions/checkout@v6.0.2
18+
uses: actions/checkout@v6.0.1
1919
with:
2020
token: ${{ secrets.REPO_SYNC_PAT }}
2121
repository: adamlui/python-utils

0 commit comments

Comments
 (0)