diff --git a/.gitea/workflows/Release.yml b/.gitea/workflows/Release.yml index 45535b8..bb002b3 100644 --- a/.gitea/workflows/Release.yml +++ b/.gitea/workflows/Release.yml @@ -42,7 +42,7 @@ jobs: has_changes: ${{ steps.check.outputs.has_changes }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -255,7 +255,7 @@ jobs: version: ${{ steps.version.outputs.version }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -298,7 +298,7 @@ jobs: inputs.tag_only != true steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -356,7 +356,7 @@ jobs: inputs.tag_only == true steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0