diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 319f4d5..18f0e9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Stylua @@ -21,7 +21,7 @@ jobs: name: pandoc to vimdoc if: ${{ github.ref == 'refs/heads/main' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }} - name: panvimdoc @@ -42,7 +42,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }} - uses: rhysd/action-setup-vim@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da099a7..9c183b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: release-type: simple package-name: quick-code-runner.nvim token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }} - name: tag stable versions