Skip to content

Commit

Permalink
update github actions' version (#3165)
Browse files Browse the repository at this point in the history
Co-authored-by: Anita Caron <[email protected]>
  • Loading branch information
Anita Caron and anitacaron authored Jan 2, 2024
1 parent 35b29df commit 8e92206
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
trigger: '#gogoeditdiff'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
- uses: docker-practice/actions-setup-docker@master
- uses: docker-practice/actions-setup-docker@1.0.12
if: steps.check.outputs.triggered == 'true'
- run: |
set -x
Expand All @@ -30,7 +30,7 @@ jobs:
run: docker pull obolibrary/odklite
if: steps.check.outputs.triggered == 'true'
# Checks-out current branch
- uses: xt0rted/pull-request-comment-branch@v1
- uses: xt0rted/pull-request-comment-branch@v2.0.0
id: comment-branch
- uses: actions/checkout@v3
if: steps.check.outputs.triggered == 'true'
Expand Down Expand Up @@ -92,12 +92,11 @@ jobs:
if: steps.check.outputs.triggered == 'true'
- name: Post reasoned comment
if: steps.check.outputs.triggered == 'true'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
uses: NejcZdovc/[email protected]
uses: NejcZdovc/[email protected]
with:
file: "../../comment.md"
identifier: "REASONED"
github_token: ${{secrets.GITHUB_TOKEN}}
- uses: actions/checkout@v3
if: steps.check.outputs.triggered == 'true'
- name: Download edit diff
Expand All @@ -110,12 +109,11 @@ jobs:
if: steps.check.outputs.triggered == 'true'
- name: Post comment
if: steps.check.outputs.triggered == 'true'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
uses: NejcZdovc/[email protected]
uses: NejcZdovc/[email protected]
with:
file: "../../edit-comment.md"
identifier: "UNREASONED"
github_token: ${{secrets.GITHUB_TOKEN}}



0 comments on commit 8e92206

Please sign in to comment.