diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c2784e..df63498 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5.0.0 - name: Set up JDK 21 uses: actions/setup-java@v4 with: diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index 87ed811..ce60ce8 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -96,7 +96,7 @@ jobs: console.log('Combined: ' + combined); return combined # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5.0.0 with: fetch-depth: 0 # Creates a branch with other PR branches merged together