Skip to content

Commit 009f977

Browse files
Merge pull request #334 from youki-dev/dependabot/github_actions/actions-ca63b964d6
Bump peaceiris/actions-gh-pages from 4.0.0 to 4.1.0 in the actions group
2 parents 926197a + fefa9df commit 009f977

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build Documentation
2525
run: cargo doc --all-features
2626
- name: Deploy Documentation
27-
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
27+
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
2828
with:
2929
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
3030
publish_branch: gh-pages

src/runtime/linux.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,10 @@ impl Display for LinuxDeviceCgroup {
333333
write!(
334334
f,
335335
"{} {}:{} {}",
336-
&self.typ.unwrap_or_default().as_str(),
337-
&major,
338-
&minor,
339-
&access
336+
self.typ.unwrap_or_default().as_str(),
337+
major,
338+
minor,
339+
access
340340
)
341341
}
342342
}

0 commit comments

Comments
 (0)