File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 echo "See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-your-pull_request-workflow-when-a-pull-request-merges"
2828
2929 - name : Comment on PR with link to this action
30- uses : peter-evans/create-or-update-comment@v2
30+ uses : peter-evans/create-or-update-comment@v3
3131 with :
3232 issue-number : ${{ github.event.pull_request.number }}
3333 body : |
4343 version : ${{ steps.get_cargo_metadata.outputs.version }}
4444 steps :
4545 - name : Checkout code
46- uses : actions/checkout@v3
46+ uses : actions/checkout@v4
4747
4848 - uses : cachix/install-nix-action@v22
4949 with :
7070 os : [ubuntu-latest]
7171 steps :
7272 - name : Checkout code
73- uses : actions/checkout@v3
73+ uses : actions/checkout@v4
7474
7575 - uses : cachix/install-nix-action@v22
7676 with :
@@ -146,7 +146,7 @@ jobs:
146146 documentation/*
147147
148148 - name : Comment on PR with link to the release
149- uses : peter-evans/create-or-update-comment@v2
149+ uses : peter-evans/create-or-update-comment@v3
150150 with :
151151 issue-number : ${{ github.event.pull_request.number }}
152152 body : |
Original file line number Diff line number Diff line change 6060 runs-on : ubuntu-latest
6161 steps :
6262 - name : Checkout
63- uses : actions/checkout@v3
63+ uses : actions/checkout@v4
6464 with :
6565 # Fetch all history/tags (needed to compute versions)
6666 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments