Skip to content

Commit c27cb75

Browse files
committed
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org into production
2 parents 355b9a5 + d3bc10c commit c27cb75

9 files changed

Lines changed: 1010 additions & 122 deletions

File tree

.github/workflows/code-static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v3
3636
- name: Set up Python 3.8
3737
if: ${{ matrix.language == 'python' }}
38-
uses: actions/setup-python@v4.6.1
38+
uses: actions/setup-python@v4.7.0
3939
with:
4040
python-version: '3.8'
4141
- name: Install dependencies

.github/workflows/lintsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Full git history is needed to get a proper list of changed files within `super-linter`
2020
fetch-depth: 0
2121
- name: Set up Python 3.8
22-
uses: actions/setup-python@v4.6.1
22+
uses: actions/setup-python@v4.7.0
2323
with:
2424
python-version: '3.8'
2525
- name: Lint SQL code

.github/workflows/predeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
node-version: '16'
3939
- name: Set up Python 3.8
40-
uses: actions/setup-python@v4.6.1
40+
uses: actions/setup-python@v4.7.0
4141
with:
4242
python-version: '3.8'
4343
- name: Install Asian Fonts

.github/workflows/test_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: '16'
3232
- name: Set up Python 3.8
33-
uses: actions/setup-python@v4.6.1
33+
uses: actions/setup-python@v4.7.0
3434
with:
3535
python-version: '3.8'
3636
- name: Run the website

src/config/last_updated.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,6 +1618,11 @@
16181618
"date_modified": "2023-04-03T00:00:00.000Z",
16191619
"hash": "9fe6314b5aa1535f05dabaf0e997f30e"
16201620
},
1621+
"ja/2022/chapters/interoperability.html": {
1622+
"date_published": "2023-07-23T00:00:00.000Z",
1623+
"date_modified": "2023-07-23T00:00:00.000Z",
1624+
"hash": "c90bcd85a390b170c313e23045b713d5"
1625+
},
16211626
"ja/2022/chapters/javascript.html": {
16221627
"date_published": "2023-01-09T00:00:00.000Z",
16231628
"date_modified": "2023-01-09T00:00:00.000Z",

src/content/ja/2022/interoperability.md

Lines changed: 395 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)