Skip to content

Commit

Permalink
Bump actions/checkout from 3.0.2 to 3.1.0 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 21, 2022
1 parent 91bb14b commit 9d4f145
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # 0.11.0

- name: Checkout sources
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 50

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # 0.11.0

- name: Checkout sources & submodules
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 # 0.11.0

- name: Checkout sources & submodules
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
refreshenv
- name: Checkout sources & submodules
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
refreshenv
- name: Checkout sources & submodules
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
refreshenv
- name: Checkout sources & submodules
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "CXX=clang++" >> "$GITHUB_ENV"
- name: Checkout sources & submodules
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
echo "CXX=clang++" >> "$GITHUB_ENV"
- name: Checkout sources & submodules
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
echo "CXX=clang++" >> "$GITHUB_ENV"
- name: Checkout sources & submodules
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 5
submodules: recursive
Expand Down

0 comments on commit 9d4f145

Please sign in to comment.