Skip to content

Commit 72da0cf

Browse files
Update actions/checkout digest to 1d96c77 (#262)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | | --------------------------------------------------------- | ------ | ------ | ---------------------- | | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `b4ffde6` -> `1d96c77` | *** ### Configuration 📅 **Schedule**: 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/WhosNickDoglio/dagger-rules). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> <!-- branch-stack --> - `main` - \#262 :point\_left: Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc66ccb commit 72da0cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
1414
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
1515
with:
1616
python-version: 3.x

.github/workflows/git-town.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
pull-requests: write
1616

1717
steps:
18-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
1919
- uses: git-town/action@1860fa26f8c9f1178d86955627867307226190ad # v1

0 commit comments

Comments
 (0)