mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-03 17:10:32 +03:00
[ci] Update GitHub Actions to their latest major release
This commit is contained in:
parent
873d91033b
commit
94977e823e
5 changed files with 9 additions and 9 deletions
2
.github/workflows/check_formatting.yaml
vendored
2
.github/workflows/check_formatting.yaml
vendored
|
|
@ -5,6 +5,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
- name: Check for trailing whitespace
|
||||
run: scripts/check_trailing_whitespace.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue