Skip to content

Commit c12cc59

Browse files
authored
Update GitHub actions (#16)
1 parent 31c64a7 commit c12cc59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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: |
@@ -43,7 +43,7 @@ jobs:
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:
@@ -70,7 +70,7 @@ jobs:
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: |

.github/workflows/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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

0 commit comments

Comments
 (0)