Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit dec1686

Browse files
Update actions/checkout action to v4
1 parent d1b73aa commit dec1686

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Set up Python env
1515
uses: actions/setup-python@v4
1616
with:

.github/workflows/docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Docker meta
1818
id: meta
1919
uses: docker/metadata-action@v4

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: ['3.8', '3.9', '3.10']
3030

3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- name: Set up Python ${{ matrix.python-version }}
3434
uses: actions/setup-python@v4
3535
with:
@@ -74,7 +74,7 @@ jobs:
7474
Upload_to_test_pypi:
7575
runs-on: ubuntu-latest
7676
steps:
77-
- uses: actions/checkout@v3
77+
- uses: actions/checkout@v4
7878
- name: Set up Python
7979
uses: actions/setup-python@v4
8080
with:

0 commit comments

Comments
 (0)