Skip to content

Commit d7ecf79

Browse files
committed
Update github actions
1 parent 74d0934 commit d7ecf79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test_and_lint.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- python: 3.11
1616
tox: codecov
1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v4
1919
- name: Set up Python ${{ matrix.python }}
20-
uses: actions/setup-python@v1
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python }}
2323
- name: Install dependencies
@@ -36,21 +36,21 @@ jobs:
3636
steps:
3737

3838
- name: Check Out Repo
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v4
4040

4141
- name: Login to Docker Hub
42-
uses: docker/login-action@v1
42+
uses: docker/login-action@v3
4343
with:
4444
username: simhnna
4545
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
4646

4747
- name: Set up Docker Buildx
4848
id: buildx
49-
uses: docker/setup-buildx-action@v1
49+
uses: docker/setup-buildx-action@v3
5050

5151
- name: Build and push
5252
id: docker_build
53-
uses: docker/build-push-action@v2
53+
uses: docker/build-push-action@v6
5454
with:
5555
context: ./
5656
file: ./Dockerfile

0 commit comments

Comments
 (0)