aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-03-16 11:30:59 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-03-16 11:30:59 +0000
commit8420a6b1902ad032d81dbbc1aa38c9e28f1727fc (patch)
tree5de6f02fd7472fdfb946a1d0e274f1c61c542468 /.github/workflows/ci.yml
parentConfigure cargo release to not use the chore prefix (diff)
downloadminiserve-8420a6b1902ad032d81dbbc1aa38c9e28f1727fc.tar.gz
miniserve-8420a6b1902ad032d81dbbc1aa38c9e28f1727fc.zip
Update GitHub Actions to their Node.js 20 versions
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci.yml2
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