diff --git a/.github/workflows/build-java.yml b/.github/workflows/build-java.yml index 7ed5e6f..7415ad1 100644 --- a/.github/workflows/build-java.yml +++ b/.github/workflows/build-java.yml @@ -30,7 +30,7 @@ jobs: - 21 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-java@v4 with: java-version: ${{ matrix.java }} diff --git a/.github/workflows/release-create-R-release-branch.yml b/.github/workflows/release-create-R-release-branch.yml index d9ddae9..eec8b1f 100644 --- a/.github/workflows/release-create-R-release-branch.yml +++ b/.github/workflows/release-create-R-release-branch.yml @@ -13,7 +13,7 @@ jobs: working-directory: ./R/bpmnLayoutGeneratoR steps: - name: Setup checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Use a PAT to ensure that # commits are authored with a specific user diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b6b9be..f53a364 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: echo "Version: ${{ env.VERSION }}" - name: Setup checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Use a PAT to ensure that # commits are authored with a specific user