Spaces:
Runtime error
Runtime error
Merge pull request #294 from neon-mmd/dependabot/github_actions/actions/checkout-4
Browse files
.github/workflows/contributors.yml
CHANGED
@@ -17,7 +17,7 @@ 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 }}
|
|
|
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 }}
|
.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:
|