diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb18155..006f998 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: architecture: [ 'x64' ] name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.0.1 - name: Setup JDK uses: actions/setup-java@v1 with: diff --git a/.github/workflows/guide-website-update.yml b/.github/workflows/guide-website-update.yml index e443680..42882f9 100644 --- a/.github/workflows/guide-website-update.yml +++ b/.github/workflows/guide-website-update.yml @@ -10,7 +10,7 @@ jobs: antora: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.0.1 with: repository: hazelcast-guides/guides-site ref: master