Skip to content

Commit

Permalink
ci: checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 23, 2023
1 parent 7c22129 commit 27abcfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
release-type: simple
package-name: tokyonight.nvim
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: tag stable versions
if: ${{ steps.release.outputs.release_created }}
run: |
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ doc/tags
debug
.repro
foo.*
*.log
data

0 comments on commit 27abcfe

Please sign in to comment.