Update checkout action version

This commit is contained in:
bytedream 2024-01-03 01:08:40 +01:00
parent 99f96e3e35
commit d90f45fa31
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get version
run: echo "RELEASE_VERSION=$(echo ${{ github.ref_name }} | cut -c 2-)" >> $GITHUB_ENV