Skip to content

Commit 796acf9

Browse files
committed
Merge branch 'main' into pep621
2 parents f6bf6f6 + 0aa04d7 commit 796acf9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
5757

5858
- name: Create Issue From File
59-
uses: peter-evans/create-issue-from-file@v3
59+
uses: peter-evans/create-issue-from-file@v4
6060
with:
6161
title: Link Checker Report on ${{ steps.date.outputs.date }}
6262
content-filepath: ./lychee/out.md

.github/workflows/ci_tests_dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
token: ${{ steps.generate-token.outputs.token }}
6969
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
70-
ref: ${{ github.event.pull_request.head.sha }}
70+
ref: ${{ github.event.client_payload.pull_request.head.ref }}
7171
# fecth all history so that setuptools-scm works
7272
fetch-depth: 0
7373

@@ -162,7 +162,7 @@ jobs:
162162
path: tmp-test-dir-with-unique-name
163163

164164
- name: Add reaction
165-
uses: peter-evans/create-or-update-comment@v1
165+
uses: peter-evans/create-or-update-comment@v2
166166
if: github.event_name == 'repository_dispatch'
167167
with:
168168
token: ${{ steps.generate-token.outputs.token }}

.github/workflows/dvc-diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ jobs:
104104

105105
- name: Create comment with image diff report
106106
if: steps.fc.outputs.comment-id == ''
107-
uses: peter-evans/create-or-update-comment@v1.4.4
107+
uses: peter-evans/create-or-update-comment@v2
108108
with:
109109
issue-number: ${{ github.event.pull_request.number }}
110110
body: ${{ steps.image-diff.outputs.report }}
111111

112112
- name: Update comment with new image diff report
113113
if: steps.fc.outputs.comment-id != ''
114-
uses: peter-evans/create-or-update-comment@v1.4.4
114+
uses: peter-evans/create-or-update-comment@v2
115115
with:
116116
comment-id: ${{ steps.fc.outputs.comment-id }}
117117
body: ${{ steps.image-diff.outputs.report }}

.github/workflows/format-command.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
token: ${{ steps.generate-token.outputs.token }}
2020
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
21-
ref: ${{ github.event.pull_request.head.sha }}
21+
ref: ${{ github.event.client_payload.pull_request.head.ref }}
2222

2323
# Setup Python environment
2424
- uses: actions/[email protected]
@@ -43,7 +43,7 @@ jobs:
4343
fi
4444
4545
- name: Add reaction
46-
uses: peter-evans/create-or-update-comment@v1
46+
uses: peter-evans/create-or-update-comment@v2
4747
with:
4848
token: ${{ steps.generate-token.outputs.token }}
4949
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

0 commit comments

Comments
 (0)