File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v4
12+
13+ - name : Install Rust toolchain
14+ uses : dtolnay/rust-toolchain@stable
1215
1316 - name : Prevent file change
1417 uses : xalvarez/prevent-file-change-action@v1
Original file line number Diff line number Diff line change 77jobs :
88 build :
99 runs-on : ubuntu-latest
10-
10+
1111 permissions :
1212 # Give the default GITHUB_TOKEN write permission to commit and push the
1313 # added or changed files to the repository.
1414 contents : write
1515
1616 steps :
17- - uses : actions/checkout@v3
18-
17+ - uses : actions/checkout@v4
18+
19+ - name : Install Rust toolchain
20+ uses : dtolnay/rust-toolchain@stable
21+
1922 - name : Render list
2023 run : make render
2124 env :
2225 GITHUB_TOKEN : ${{ github.token }}
23-
26+
2427 - uses : stefanzweifel/git-auto-commit-action@v4.1.2
2528 with :
2629 commit_message : Commit list
You can’t perform that action at this time.
0 commit comments