Skip to content

Commit 20ca7cc

Browse files
authored
Merge branch 'main' into envtmgr
2 parents ea7798d + c4731a4 commit 20ca7cc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build-test-book:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch_depth: 0
2121

.github/workflows/crowdin_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Checkout repo
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313

1414
- name: Sync with Crowdin
1515
uses: crowdin/github-action@v2

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
- id: vale
4242

4343
- repo: https://github.com/rbubley/mirrors-prettier
44-
rev: v3.6.2
44+
rev: v3.7.3
4545
hooks:
4646
- id: prettier
4747
types_or: [yaml, html, css, scss, javascript, json, toml]

examples/pure-hatch/.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
permissions:
1515
contents: read # this job only needs read access
1616
steps:
17-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1818
with:
1919
persist-credentials: false
2020
- name: Setup Python
21-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
21+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2222
with:
2323
python-version: "3.12" # Select the version that you want to build your package on
2424
- name: Upgrade pip, install Hatch, and check Hatch version

0 commit comments

Comments
 (0)