Skip to content

Commit 0b30b28

Browse files
add checkout action
1 parent 67e4a6a commit 0b30b28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
runs-on: ubuntu-latest
8585
needs: create-translation
8686
steps:
87+
- name: Checkout
88+
uses: actions/checkout@v4
89+
8790
- name: Update Rust
8891
run: rustup update
8992

0 commit comments

Comments
 (0)