Skip to content

Commit 069eaa1

Browse files
committed
chore: new checkout
1 parent f5b81a4 commit 069eaa1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

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
container: python:${{ matrix.python-version }}
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- run: python --version
1818
- run: |
1919
pip install -r requirements.txt

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
--add-host=host.docker.internal:host-gateway
4848
--volume /var/run/docker.sock:/var/run/docker.sock
4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v6
5151
- run: |
5252
apt-get update
5353
apt-get install -y docker.io
@@ -103,7 +103,7 @@ jobs:
103103
--add-host=host.docker.internal:host-gateway
104104
--volume /var/run/docker.sock:/var/run/docker.sock
105105
steps:
106-
- uses: actions/checkout@v4
106+
- uses: actions/checkout@v6
107107
- run: |
108108
apt-get update
109109
apt-get install -y docker.io

0 commit comments

Comments
 (0)