Skip to content

Commit

Permalink
chore(deps): update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 1166a0c commit 4435820
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030
- name: Set up Rust
run: rustup default nightly
- name: Install development tools
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694
uses: taiki-e/install-action@dd2e2e08228b85a0f004f115ce39e031f649572f
with:
tool: [email protected], [email protected], [email protected]
- name: Install Rust linters
Expand Down Expand Up @@ -52,11 +52,11 @@ jobs:
- nightly
steps:
- name: Check out repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030
- name: Set up Rust
run: rustup default ${{ matrix.channel }}
- name: Install development tools
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694
uses: taiki-e/install-action@dd2e2e08228b85a0f004f115ce39e031f649572f
with:
tool: [email protected]
- name: Run tests
Expand All @@ -66,11 +66,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030
- name: Set up Rust
run: rustup default nightly
- name: Install development tools
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694
uses: taiki-e/install-action@dd2e2e08228b85a0f004f115ce39e031f649572f
with:
tool: [email protected], [email protected]
- name: Create directories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030
- name: Publish
run: cargo publish --locked --token ${{ secrets.CRATES_IO_TOKEN }}

0 comments on commit 4435820

Please sign in to comment.