Skip to content

Commit d53bb65

Browse files
authored
Merge pull request #10 from adamlui/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 4d22a6e + 178849e commit d53bb65

2 files changed

Lines changed: 3 additions & 3 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@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Run Ruff
1818
uses: chartboost/ruff-action@v1
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424

2525
- name: Checkout repository code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Install yamllint
2929
run: pip install yamllint

.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
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717

1818
- name: Checkout adamlui/python-utils
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
token: ${{ secrets.REPO_SYNC_PAT }}
2222
repository: adamlui/python-utils

0 commit comments

Comments
 (0)