Skip to content

Commit 3ce1edf

Browse files
author
Liudmila Molkova
authored
Merge branch 'main' into http-proofreading
2 parents 882376a + f8b934b commit 3ce1edf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/semconvgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
working-directory: semantic-conventions/
1818
steps:
1919
- uses: actions/checkout@v3
20-
- uses: actions/setup-python@v4
20+
- uses: actions/setup-python@v5
2121
with:
2222
python-version: '3.x'
2323
- name: install dev-dependencies
@@ -46,7 +46,7 @@ jobs:
4646
needs: tests
4747
steps:
4848
- uses: actions/checkout@v3
49-
- uses: actions/setup-python@v4
49+
- uses: actions/setup-python@v5
5050
- name: Build the wheel
5151
run: |
5252
pip install -U pip setuptools wheel

schemas/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN go build -o /schemas-tool
1414

1515
## Run
1616
##
17-
FROM alpine:3.18
17+
FROM alpine:3.19
1818

1919
WORKDIR /
2020

0 commit comments

Comments
 (0)