diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d160a84..1cbe5fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: java: [ "8", "16" ] steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6abb7db..89b6676 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')" steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: fetch-depth: 0