dependabot[bot] commited on
Commit
89e5895
1 Parent(s): 9960bc3

build(deps): bump actions/checkout from 2 to 4

Browse files

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

.github/workflows/contributors.yml CHANGED
@@ -17,7 +17,7 @@ jobs:
17
 
18
  steps:
19
  - name: Checkout code
20
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
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@v3
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@v3
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@v3
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@v2
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: