diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-10-17 18:15:17 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-17 18:15:17 -0600 |
| commit | 1c4b0be85dbe4aac026060ea585cbbf9a6a33a69 (patch) | |
| tree | 15ff7fc83f39437a0796ed56fde23affdbcfa6bf /.github/workflows/commands.yml | |
| parent | 089876170a36346955fb82f849fa8713844e4be3 (diff) | |
Update actions/checkout action to v4.1.1 (#10427)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/commands.yml')
| -rw-r--r-- | .github/workflows/commands.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index ba7883a73..8055438b5 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -24,7 +24,7 @@ jobs: reactions: '+1' - name: Checkout the latest code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: token: ${{ secrets.JF_BOT_TOKEN }} fetch-depth: 0 @@ -51,7 +51,7 @@ jobs: reactions: eyes - name: Checkout the latest code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: token: ${{ secrets.JF_BOT_TOKEN }} fetch-depth: 0 |
