Skip to content

Commit 9fa95c5

Browse files
committed
Push all updates
1 parent f411107 commit 9fa95c5

File tree

228 files changed

+3435054
-1407961
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+3435054
-1407961
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
python:
23-
- '3.8'
2423
- '3.9'
2524
- '3.10'
2625
- '3.11'
2726
- '3.12'
27+
- '3.13'
2828
os:
2929
- ubuntu-latest
3030
include:
3131
- os: macos-latest
32-
python: '3.8'
32+
python: '3.9'
3333
- os: macos-latest
34-
python: '3.12'
34+
python: '3.13'
3535
- os: windows-latest
36-
python: '3.8'
36+
python: '3.9'
3737
- os: windows-latest
38-
python: '3.12'
38+
python: '3.13'
3939

4040
steps:
4141
- name: Clone repository
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v4
4343
with:
4444
persist-credentials: false
4545

.github/workflows/codeql-analysis.yml

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

2525
steps:
2626
- name: Clone repository
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v4
2828
with:
2929
persist-credentials: false
3030

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
packages: write
2121
steps:
2222
- name: Clone repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v4
2424
with:
2525
persist-credentials: false
2626

.github/workflows/depsreview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Clone repository
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v4
1313
with:
1414
persist-credentials: false
1515

adobeblock-version/hosts

Lines changed: 32411 additions & 15921 deletions
Large diffs are not rendered by default.

adobeblock-version/readme.md

Lines changed: 70 additions & 35 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)