Skip to content

Commit 85db2ce

Browse files
authored
chore: bump workflows version
1 parent 4eef88c commit 85db2ce

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/cd.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
# steps:
2020
# - uses: actions/checkout@v3
2121
# - uses: actions/setup-python@v4
22+
# with:
23+
# python-version: '3.7'
2224
# - name: Install dependencies
2325
# run: |
2426
# pip install poetry
@@ -41,23 +43,23 @@ jobs:
4143
# steps:
4244
# - uses: actions/checkout@v3
4345
# - name: Set up QEMU
44-
# uses: docker/setup-qemu-action@v1
46+
# uses: docker/setup-qemu-action@v2
4547
# - name: Set up Docker Buildx
46-
# uses: docker/setup-buildx-action@v1
48+
# uses: docker/setup-buildx-action@v2
4749
# - name: Login to DockerHub
4850
# if: github.event_name != 'pull_request'
49-
# uses: docker/login-action@v1
51+
# uses: docker/login-action@v2
5052
# with:
5153
# username: ${{ secrets.DOCKERHUB_USERNAME }}
5254
# password: ${{ secrets.DOCKERHUB_TOKEN }}
5355
# logout: true
5456
# - name: Docker meta
5557
# id: meta
56-
# uses: docker/metadata-action@v3
58+
# uses: docker/metadata-action@v4
5759
# with:
5860
# images: ${{ secrets.DOCKERHUB_REPO}}/graphinder
5961
# - name: Build and push
60-
# uses: docker/build-push-action@v2
62+
# uses: docker/build-push-action@v3
6163
# with:
6264
# push: ${{ github.event_name != 'pull_request' }}
6365
# context: .

0 commit comments

Comments
 (0)