diff options
| author | bors <bors@rust-lang.org> | 2023-05-12 14:07:54 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-05-12 14:07:54 +0000 |
| commit | 6cbd7679edb7ff87234bd90fe5455b3d0bab6085 (patch) | |
| tree | d7b493e33af0ba0c8b7e95cc378a892318d8840e | |
| parent | 035c45727ed33b0dc594650172c84a5503d4da27 (diff) | |
| parent | fce41cef7f6ef241c78c967033924cb0b08552a8 (diff) | |
| download | rust-6cbd7679edb7ff87234bd90fe5455b3d0bab6085.tar.gz rust-6cbd7679edb7ff87234bd90fe5455b3d0bab6085.zip | |
Auto merge of #10772 - giraffate:update_actions_setup-node, r=flip1995
Update actions/setup-node Follow up of https://github.com/rust-lang/rust-clippy/pull/10771. One warning remains: https://github.com/rust-lang/rust-clippy/actions/runs/4959567213 changelog: none
| -rw-r--r-- | .github/workflows/remark.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/remark.yml b/.github/workflows/remark.yml index 69be130804d..7d25b6a2b79 100644 --- a/.github/workflows/remark.yml +++ b/.github/workflows/remark.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Node.js - uses: actions/setup-node@v1.4.4 + uses: actions/setup-node@v3 with: node-version: '14.x' |
