Skip to content

Commit

Permalink
chore(ci): bump action/deploy (bluealloy#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed May 2, 2024
1 parent 12062b0 commit 99e177d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
4 changes: 2 additions & 2 deletions crates/revm/src/handler/handle_types/post_execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ pub struct PostExecutionHandler<'a, EXT, DB: Database> {
pub reward_beneficiary: RewardBeneficiaryHandle<'a, EXT, DB>,
/// Main return handle, returns the output of the transact.
pub output: OutputHandle<'a, EXT, DB>,
/// End handle. Called when execution ends.
/// End in comparison to output will be called every time after execution.
/// Called when execution ends.
/// End handle in comparison to output handle will be called every time after execution.
/// Output in case of error will not be called.
pub end: EndHandle<'a, EXT, DB>,
/// Clear handle will be called always. In comparison to end that
Expand Down

0 comments on commit 99e177d

Please sign in to comment.