diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c66769f..a393c85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js uses: actions/setup-node@v6 @@ -57,7 +57,7 @@ jobs: PGPASSWORD: postgres PGDATABASE: postgres steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -122,10 +122,10 @@ jobs: app-id: ${{ secrets.HIROSYSTEMS_RELEASE_BOT_ID }} private-key: ${{ secrets.HIROSYSTEMS_RELEASE_BOT_PEM }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - persist-credentials: false + - name: Get bot user ID id: bot-user-id run: | @@ -144,7 +144,7 @@ jobs: run: npm run build - name: Semantic Release - uses: cycjimmy/semantic-release-action@9cc899c47e6841430bbaedb43de1560a568dfd16 # v5 + uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6 # Only run on non-PR events or only PRs that aren't from forks if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository env: