diff --git a/.github/workflows/continuous-integration-javascript.yml b/.github/workflows/continuous-integration-javascript.yml index a9a1b8f88d..0722639c27 100644 --- a/.github/workflows/continuous-integration-javascript.yml +++ b/.github/workflows/continuous-integration-javascript.yml @@ -29,7 +29,7 @@ jobs: steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 with: # Number of commits to fetch. 0 indicates all history for all branches and tags. fetch-depth: 0 diff --git a/.github/workflows/continuous-integration-rust.yml b/.github/workflows/continuous-integration-rust.yml index 9598bbe208..f9c3deb677 100644 --- a/.github/workflows/continuous-integration-rust.yml +++ b/.github/workflows/continuous-integration-rust.yml @@ -22,7 +22,7 @@ jobs: steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 # https://github.com/dorny/paths-filter - uses: dorny/paths-filter@v3.0.2 diff --git a/.github/workflows/dockerfile-builder.yml b/.github/workflows/dockerfile-builder.yml index 9b6d31b438..d0c9f28104 100644 --- a/.github/workflows/dockerfile-builder.yml +++ b/.github/workflows/dockerfile-builder.yml @@ -52,7 +52,7 @@ jobs: steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 with: # Number of commits to fetch. 0 indicates all history for all branches and tags. fetch-depth: 0 diff --git a/.github/workflows/npm-publisher.yml b/.github/workflows/npm-publisher.yml index 58e7597942..feb6d6207b 100644 --- a/.github/workflows/npm-publisher.yml +++ b/.github/workflows/npm-publisher.yml @@ -15,7 +15,7 @@ jobs: steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 with: # Number of commits to fetch. 0 indicates all history for all branches and tags. fetch-depth: 0 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index bdc6c673f2..7d7ef67cc3 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -60,7 +60,7 @@ jobs: steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 # https://github.com/dorny/paths-filter - uses: dorny/paths-filter@v3.0.2 diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index f914f5f21b..30165b8b84 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -16,7 +16,7 @@ jobs: steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - name: Run ShellCheck # TODO: expand as needed (./**/*.sh) diff --git a/.github/workflows/shipit.yml b/.github/workflows/shipit.yml index 31ad474a99..71e2435977 100644 --- a/.github/workflows/shipit.yml +++ b/.github/workflows/shipit.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 with: # Number of commits to fetch. 0 indicates all history for all branches and tags (Shipit requires it). fetch-depth: 0 diff --git a/.github/workflows/weekly-browserslist-update.yml b/.github/workflows/weekly-browserslist-update.yml index dcd8c4be87..765ac624ad 100644 --- a/.github/workflows/weekly-browserslist-update.yml +++ b/.github/workflows/weekly-browserslist-update.yml @@ -12,7 +12,7 @@ jobs: steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - run: yarn up browserslist --recursive - run: yarn dedupe diff --git a/.github/workflows/weekly-rust-cargo-update.yml b/.github/workflows/weekly-rust-cargo-update.yml index e158c1d24d..a2437ab441 100644 --- a/.github/workflows/weekly-rust-cargo-update.yml +++ b/.github/workflows/weekly-rust-cargo-update.yml @@ -18,7 +18,7 @@ jobs: steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 # https://github.com/dtolnay/rust-toolchain - uses: dtolnay/rust-toolchain@stable