diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 703e007..d80cda8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 # Validate wrapper - name: Gradle Wrapper Validation @@ -136,7 +136,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 # Setup Java environment for the next steps - name: Setup Java @@ -180,7 +180,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 # Setup Java environment for the next steps - name: Setup Java @@ -209,7 +209,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 # Setup Java environment for the next steps - name: Setup Java @@ -254,7 +254,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 # Setup Java environment for the next steps - name: Setup Java diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 936723c..d62c53d 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -16,7 +16,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0905e94..26a6d25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index e673e66..ba8d46d 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -33,7 +33,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 # Setup Java environment for the next steps - name: Setup Java