Update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2023-09-04 14:47:51 +00:00 committed by Kavin
parent a28f5ecdd2
commit b5e757f830
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
- name: Build - name: Build
run: cargo build --release run: cargo build --release