Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Sep 24, 2023
1 parent f156c08 commit 3826026
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
# Number of commits to fetch. 0 indicates all history for all branches and tags.
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

# https://github.com/dorny/paths-filter
- uses: dorny/paths-filter@v2.11.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerfile-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
# Number of commits to fetch. 0 indicates all history for all branches and tags.
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
# Number of commits to fetch. 0 indicates all history for all branches and tags.
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

# https://github.com/dorny/paths-filter
- uses: dorny/paths-filter@v2.11.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

- name: Run ShellCheck
# TODO: expand as needed (./**/*.sh)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shipit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
# Number of commits to fetch. 0 indicates all history for all branches and tags (Shipit requires it).
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-browserslist-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

- run: yarn up browserslist --recursive
- run: yarn dedupe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-rust-cargo-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

# https://github.com/dtolnay/rust-toolchain
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 3826026

Please sign in to comment.