diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 801a5b0..5d5680a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - run: bundle install - run: bundle exec middleman build - if: ${{ github.repository_owner == 'scalikejdbc' && github.ref == 'refs/heads/develop' && github.event_name == 'push' }} - uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4 + uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: master