We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be85ab commit ccbcb2eCopy full SHA for ccbcb2e
1 file changed
.github/workflows/rust-toolchain-update.yml
@@ -5,10 +5,6 @@ on:
5
# Run weekly on Mondays at 00:00 UTC
6
- cron: '0 0 * * 1'
7
8
-permissions:
9
- contents: write
10
- pull-requests: write
11
-
12
jobs:
13
check-and-update:
14
name: Check for Rust toolchain updates
@@ -21,7 +17,7 @@ jobs:
21
17
22
18
steps:
23
19
- name: Checkout Repository
24
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 # 6.0.1
20
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
25
with:
26
token: ${{ secrets.GITHUB_TOKEN }}
27
0 commit comments