diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 88557e5..c700430 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 9e33a4b..10aeca5 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -10,7 +10,7 @@ jobs: verify-commits: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 # https://github.com/taskmedia/action-conventional-commits - uses: taskmedia/action-conventional-commits@851d8b8685588ffa1cf390ade7f126116020d844 # v1.1.23 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5b1a272..33e4f8c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: # fetch-depth 0 is required to fetch all tags (and to determine the version based on tags) fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37f5097..89569a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: release-version: ${{ steps.release.outputs.new_release_version }} steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: # fetch-depth 0 is required to fetch all tags (and to determine the version based on tags) fetch-depth: 0