Skip to content

Commit f834e30

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5612ec commit f834e30

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)