Skip to content

Commit

Permalink
Update actions/checkout version.
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Nov 15, 2023
1 parent 2acb30d commit 8250ca8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: Setup | Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Rust for Xtensa
uses: esp-rs/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Rust for Xtensa
uses: esp-rs/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Rust for Xtensa
uses: esp-rs/[email protected]
with:
Expand Down

0 comments on commit 8250ca8

Please sign in to comment.