Merge pull request #4 from actions-rust-lang/dependabot/github_actions/actions/checkout-4

This commit is contained in:
Jonas Bushart
2023-10-01 21:59:27 +02:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ jobs:
permissions: permissions:
contents: write contents: write
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Get version from tag - name: Get version from tag
id: tag_name id: tag_name
run: | run: |