Skip to content

Commit

Permalink
Update actions/checkout action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Sep 26, 2024
1 parent a5339e4 commit 0f1ed19
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 @@ -29,7 +29,7 @@ jobs:

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.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 @@ -22,7 +22,7 @@ jobs:

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

# https://github.com/dorny/paths-filter
- uses: dorny/[email protected]
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 @@ -52,7 +52,7 @@ jobs:

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.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.1.7
- uses: actions/checkout@v4.2.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 @@ -60,7 +60,7 @@ jobs:

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

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

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.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.1.7
- uses: actions/checkout@v4.2.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.1.7
- uses: actions/checkout@v4.2.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 @@ -18,7 +18,7 @@ jobs:

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

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

0 comments on commit 0f1ed19

Please sign in to comment.