Browse Source

Update to actions/checkout@v4

Issue gh-1605
Steve Riesenberg 1 year ago
parent
commit
2712c209ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/pr-build-workflow.yml

+ 1 - 1
.github/workflows/pr-build-workflow.yml

@@ -15,7 +15,7 @@ jobs:
         jdk: [17]
       fail-fast: false
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - name: Set up JDK ${{ matrix.jdk }}
         uses: spring-io/spring-gradle-build-action@v2
         with: