update actions/checkout action

This commit is contained in:
Danil Ovchinnikov 2025-11-07 23:56:04 +03:00
parent 28451c0c0f
commit 0f83fee3c2
5 changed files with 9 additions and 9 deletions

View File

@ -41,7 +41,7 @@ jobs:
# Check out the current repository # Check out the current repository
- name: Fetch Sources - name: Fetch Sources
uses: actions/checkout@v4 uses: actions/checkout@v5
# Set up the Java environment for the next steps # Set up the Java environment for the next steps
- name: Setup Java - name: Setup Java
@ -92,7 +92,7 @@ jobs:
# Check out the current repository # Check out the current repository
- name: Fetch Sources - name: Fetch Sources
uses: actions/checkout@v4 uses: actions/checkout@v5
# Set up the Java environment for the next steps # Set up the Java environment for the next steps
- name: Setup Java - name: Setup Java
@ -146,7 +146,7 @@ jobs:
# Check out the current repository # Check out the current repository
- name: Fetch Sources - name: Fetch Sources
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis fetch-depth: 0 # a full history is required for pull request analysis
@ -180,7 +180,7 @@ jobs:
# Check out the current repository # Check out the current repository
- name: Fetch Sources - name: Fetch Sources
uses: actions/checkout@v4 uses: actions/checkout@v5
# Set up the Java environment for the next steps # Set up the Java environment for the next steps
- name: Setup Java - name: Setup Java
@ -220,7 +220,7 @@ jobs:
# Check out the current repository # Check out the current repository
- name: Fetch Sources - name: Fetch Sources
uses: actions/checkout@v4 uses: actions/checkout@v5
# Remove old release drafts by using the curl request for the available releases with a draft flag # Remove old release drafts by using the curl request for the available releases with a draft flag
- name: Remove Old Release Drafts - name: Remove Old Release Drafts

View File

@ -27,7 +27,7 @@ jobs:
# Check out the current repository # Check out the current repository
- name: Fetch Sources - name: Fetch Sources
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
ref: ${{ github.event.release.tag_name }} ref: ${{ github.event.release.tag_name }}

View File

@ -33,7 +33,7 @@ jobs:
# Check out the current repository # Check out the current repository
- name: Fetch Sources - name: Fetch Sources
uses: actions/checkout@v4 uses: actions/checkout@v5
# Set up the Java environment for the next steps # Set up the Java environment for the next steps
- name: Setup Java - name: Setup Java

View File

@ -19,7 +19,7 @@ jobs:
# Check out the current repository # Check out the current repository
- name: Fetch Sources - name: Fetch Sources
uses: actions/checkout@v4 uses: actions/checkout@v5
# Cleanup project # Cleanup project
- name: Cleanup - name: Cleanup

View File

@ -23,7 +23,7 @@ jobs:
# Check out the current repository # Check out the current repository
- name: Fetch Sources - name: Fetch Sources
uses: actions/checkout@v4 uses: actions/checkout@v5
# Compare `gradle.properties` with `.github/template-cleanup/gradle.properties` # Compare `gradle.properties` with `.github/template-cleanup/gradle.properties`
- name: Verify gradle.properties - name: Verify gradle.properties