diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3932bf9..e004982 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: set up JDK 17 uses: actions/setup-java@v4