Skip to content

Commit 785979b

Browse files
committed
chore: bump actions/checkout to v6 and docker/build-push-action to v7
1 parent 6c3e6e6 commit 785979b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pypeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
with:
2525
webhook: ${{ secrets.DISCORD_WEBHOOK }}
2626
- name: checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v6
2828
- name: build
29-
uses: docker/build-push-action@v5
29+
uses: docker/build-push-action@v7
3030
with:
31+
context: .
3132
push: false
3233
tags: 'utsuki-bot-net'
3334
file: Dockerfile

0 commit comments

Comments
 (0)