Skip to content

Commit a0aabd0

Browse files
committed
ci: update checkout action to v6 and release action to v6
1 parent 82e14d4 commit a0aabd0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
container: ghcr.io/spaceship-prompt/spaceship-prompt:latest
1414
steps:
1515
- name: ⬇️ Checkout Repo
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v6
1717

1818
- name: 🖨 Print Zsh Version
1919
run: zsh --version
@@ -28,10 +28,10 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: ⬇️ Checkout Repo
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v6
3232

3333
- name: 🚀 Release
34-
uses: cycjimmy/semantic-release-action@v2
34+
uses: cycjimmy/semantic-release-action@v6
3535
with:
3636
extra_plugins: |
3737
@semantic-release/changelog

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</a>
1515

1616
<a href="https://github.com/spaceship-prompt/spaceship-vi-mode/actions">
17-
<img src="https://img.shields.io/github/actions/workflow/status/spaceship-prompt/spaceship-gradle/ci.yaml?style=flat-square"
17+
<img src="https://img.shields.io/github/actions/workflow/status/spaceship-prompt/spaceship-vi-mode/ci.yaml?style=flat-square"
1818
alt="GitHub Workflow Status" />
1919
</a>
2020

0 commit comments

Comments
 (0)