Skip to content

Commit 4f163f9

Browse files
authored
Merge pull request #15 from adamlui/dependabot/github_actions/actions/checkout-6.0.2
Bump actions/checkout from 6.0.1 to 6.0.2
2 parents c5612ec + f834e30 commit 4f163f9

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.1
15+
uses: actions/checkout@v6.0.2
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.1
29+
uses: actions/checkout@v6.0.2
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.1
19+
uses: actions/checkout@v6.0.2
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.1
18+
uses: actions/checkout@v6.0.2
1919
with:
2020
token: ${{ secrets.REPO_SYNC_PAT }}
2121
repository: adamlui/python-utils

0 commit comments

Comments
 (0)