Skip to content

Commit 7ebd3fc

Browse files
Update actions/checkout digest to d23441a (#306)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) ([changelog](https://redirect.github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10..d23441a48e516b6c34aea4fa41551a30e30af803)) | action | digest | `df4cb1c` → `d23441a` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/tailrocks/graphql-java-datetime). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzIuNCIsInVwZGF0ZWRJblZlciI6IjQzLjI3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 183d127 commit 7ebd3fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
12+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
1313
- uses: actions/setup-java@v5
1414
with:
1515
distribution: temurin
@@ -31,7 +31,7 @@ jobs:
3131
environment: Sonatype
3232
needs: build
3333
steps:
34-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
34+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
3535
- name: Set up OpenJDK
3636
uses: actions/setup-java@v5
3737
with:

0 commit comments

Comments
 (0)