Spaces:
Runtime error
Runtime error
Merge branch 'rolling' into dependabot/cargo/reqwest-0.11.21
Browse files
.github/workflows/contributors.yml
CHANGED
@@ -17,13 +17,13 @@ jobs:
|
|
17 |
|
18 |
steps:
|
19 |
- name: Checkout code
|
20 |
-
uses: actions/checkout@
|
21 |
with:
|
22 |
fetch-depth: 0
|
23 |
ref: ${{ github.event.repository.default_branch }}
|
24 |
|
25 |
- name: Update contributors list
|
26 |
-
uses: wow-actions/contributors-list@
|
27 |
with:
|
28 |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
29 |
svgPath: images/contributors_list.svg
|
|
|
17 |
|
18 |
steps:
|
19 |
- name: Checkout code
|
20 |
+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
21 |
with:
|
22 |
fetch-depth: 0
|
23 |
ref: ${{ github.event.repository.default_branch }}
|
24 |
|
25 |
- name: Update contributors list
|
26 |
+
uses: wow-actions/contributors-list@242b53835016268d20e79eeff6f42193c02be8c8 # v1.2.0
|
27 |
with:
|
28 |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
29 |
svgPath: images/contributors_list.svg
|
.github/workflows/labels.yml
CHANGED
@@ -12,7 +12,7 @@ jobs:
|
|
12 |
runs-on: ubuntu-latest
|
13 |
|
14 |
steps:
|
15 |
-
- uses: actions/setup-node@
|
16 |
with:
|
17 |
node-version: '14'
|
18 |
- uses: EddieHubCommunity/gh-action-open-source-labels@main
|
|
|
12 |
runs-on: ubuntu-latest
|
13 |
|
14 |
steps:
|
15 |
+
- uses: actions/setup-node@v3
|
16 |
with:
|
17 |
node-version: '14'
|
18 |
- uses: EddieHubCommunity/gh-action-open-source-labels@main
|
.github/workflows/mega-linter.yml
CHANGED
@@ -32,7 +32,7 @@ jobs:
|
|
32 |
steps:
|
33 |
# Git Checkout
|
34 |
- name: Checkout Code
|
35 |
-
uses: actions/checkout@
|
36 |
with:
|
37 |
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
|
38 |
|
|
|
32 |
steps:
|
33 |
# Git Checkout
|
34 |
- name: Checkout Code
|
35 |
+
uses: actions/checkout@v4
|
36 |
with:
|
37 |
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
|
38 |
|
.github/workflows/rust.yml
CHANGED
@@ -25,7 +25,7 @@ jobs:
|
|
25 |
run: |
|
26 |
sudo apt-get update
|
27 |
sudo apt-get install -y --no-install-recommends liblua5.4-dev liblua5.3-dev liblua5.2-dev liblua5.1-0-dev libluajit-5.1-dev
|
28 |
-
- uses: actions/checkout@
|
29 |
- run: rustup toolchain install stable --profile minimal
|
30 |
- uses: Swatinem/rust-cache@v2
|
31 |
with:
|
@@ -39,7 +39,7 @@ jobs:
|
|
39 |
cache-on-failure: ''
|
40 |
cache-all-crates: ''
|
41 |
save-if: ''
|
42 |
-
- uses: actions/checkout@
|
43 |
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
44 |
- name: Build
|
45 |
run: cargo build --verbose
|
|
|
25 |
run: |
|
26 |
sudo apt-get update
|
27 |
sudo apt-get install -y --no-install-recommends liblua5.4-dev liblua5.3-dev liblua5.2-dev liblua5.1-0-dev libluajit-5.1-dev
|
28 |
+
- uses: actions/checkout@v4
|
29 |
- run: rustup toolchain install stable --profile minimal
|
30 |
- uses: Swatinem/rust-cache@v2
|
31 |
with:
|
|
|
39 |
cache-on-failure: ''
|
40 |
cache-all-crates: ''
|
41 |
save-if: ''
|
42 |
+
- uses: actions/checkout@v4
|
43 |
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
44 |
- name: Build
|
45 |
run: cargo build --verbose
|
.github/workflows/rust_format.yml
CHANGED
@@ -17,7 +17,7 @@ jobs:
|
|
17 |
run: |
|
18 |
sudo apt-get update
|
19 |
sudo apt-get install -y --no-install-recommends liblua5.4-dev liblua5.3-dev liblua5.2-dev liblua5.1-0-dev libluajit-5.1-dev
|
20 |
-
- uses: actions/checkout@
|
21 |
- name: Install minimal stable with clippy and rustfmt
|
22 |
uses: actions-rs/toolchain@v1
|
23 |
with:
|
|
|
17 |
run: |
|
18 |
sudo apt-get update
|
19 |
sudo apt-get install -y --no-install-recommends liblua5.4-dev liblua5.3-dev liblua5.2-dev liblua5.1-0-dev libluajit-5.1-dev
|
20 |
+
- uses: actions/checkout@v4
|
21 |
- name: Install minimal stable with clippy and rustfmt
|
22 |
uses: actions-rs/toolchain@v1
|
23 |
with:
|
.github/workflows/stale.yml
CHANGED
@@ -19,7 +19,7 @@ jobs:
|
|
19 |
pull-requests: write
|
20 |
|
21 |
steps:
|
22 |
-
- uses: actions/stale@
|
23 |
with:
|
24 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
25 |
stale-issue-message: 'Stale issue message'
|
|
|
19 |
pull-requests: write
|
20 |
|
21 |
steps:
|
22 |
+
- uses: actions/stale@v8
|
23 |
with:
|
24 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
25 |
stale-issue-message: 'Stale issue message'
|