diff --git a/.github/workflows/deploy-gradle-plugin.yml b/.github/workflows/deploy-gradle-plugin.yml index 8e26b84..eeb0aa5 100644 --- a/.github/workflows/deploy-gradle-plugin.yml +++ b/.github/workflows/deploy-gradle-plugin.yml @@ -9,7 +9,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.ref }} diff --git a/.github/workflows/deploy-maven.yml b/.github/workflows/deploy-maven.yml index 24f2e76..b1b8952 100644 --- a/.github/workflows/deploy-maven.yml +++ b/.github/workflows/deploy-maven.yml @@ -9,7 +9,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.ref }} diff --git a/.github/workflows/example-plugins.yml b/.github/workflows/example-plugins.yml index 3fdce57..0afbee5 100644 --- a/.github/workflows/example-plugins.yml +++ b/.github/workflows/example-plugins.yml @@ -13,7 +13,7 @@ jobs: if: "!contains(github.event.commits[0].message, '[ci-skip]')" steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up JDK 17 uses: actions/setup-java@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43899a7..9d75b48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/set-version.yml b/.github/workflows/set-version.yml index 2dffbc9..bd2ae8e 100644 --- a/.github/workflows/set-version.yml +++ b/.github/workflows/set-version.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.ref }}