diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-03-16 11:30:59 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-03-16 11:30:59 +0000 |
commit | 8420a6b1902ad032d81dbbc1aa38c9e28f1727fc (patch) | |
tree | 5de6f02fd7472fdfb946a1d0e274f1c61c542468 /.github/workflows/ci.yml | |
parent | Configure cargo release to not use the chore prefix (diff) | |
download | miniserve-8420a6b1902ad032d81dbbc1aa38c9e28f1727fc.tar.gz miniserve-8420a6b1902ad032d81dbbc1aa38c9e28f1727fc.zip |
Update GitHub Actions to their Node.js 20 versions
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0519a2d..6fd19a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Rust toolchain uses: dtolnay/rust-toolchain@stable |