Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
docker/build-push-action v3 -> v4
peter-evans/create-or-update-comment v1 -> v3
  • Loading branch information
Danielius1922 committed Sep 5, 2023
1 parent 8d60234 commit b58415a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ctt-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
private_key: ${{ secrets.PRIVATE_KEY }}
installation_id: 24124545
- name: Publish comment
uses: peter-evans/create-or-update-comment@v1
uses: peter-evans/create-or-update-comment@v3
with:
token: ${{ steps.generate_token.outputs.token }}
issue-number: ${{ github.event.pull_request.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plgd-device-test-with-cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
submodules: "true"

- name: Build cloud server docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ref: ${{ fromJSON(steps.get_branch.outputs.data).repository.pullRequest.headRefName }}

- name: add reaction
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v3
with:
comment-id: ${{ github.event.comment.id }}
reactions: eyes
Expand Down

0 comments on commit b58415a

Please sign in to comment.