1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

chore: update actions checkout version

This commit is contained in:
vdovhanych 2023-07-03 20:31:51 +02:00 committed by matejcik
parent 40b5fedbd2
commit eff3fa0675
2 changed files with 5 additions and 5 deletions

View File

@ -6,6 +6,6 @@ jobs:
block-fixup: block-fixup:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2.0.0 - uses: actions/checkout@v3
- name: Block Fixup Commit Merge - name: Block Fixup Commit Merge
uses: 13rac1/block-fixup-merge-action@v2.0.0 uses: 13rac1/block-fixup-merge-action@v2.0.0

View File

@ -7,7 +7,7 @@ jobs:
name: Style check name: Style check
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v3
- uses: cachix/install-nix-action@v13 - uses: cachix/install-nix-action@v13
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
@ -19,7 +19,7 @@ jobs:
name: Defs check name: Defs check
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v3
with: with:
submodules: "recursive" submodules: "recursive"
fetch-depth: 0 fetch-depth: 0
@ -34,7 +34,7 @@ jobs:
name: Gen check name: Gen check
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v3
with: with:
submodules: "recursive" submodules: "recursive"
fetch-depth: 0 fetch-depth: 0
@ -49,7 +49,7 @@ jobs:
name: Changelog check name: Changelog check
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
name: "Run check changelog" name: "Run check changelog"