Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit ac6189c

Browse files
chore(deps): update actions/checkout digest to b4ffde6 (#24)
[![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://github.com/actions/checkout) | action | digest | `8ade135` -> `b4ffde6` | --- ### 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/angular-static-server/angular-static-server). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d80217c commit ac6189c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
env:
1111
IMAGE_REPO: ghcr.io/${{ github.repository_owner }}/server-test
1212
steps:
13-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
13+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1414
- uses: actions/setup-go@v4
1515
with:
1616
go-version-file: 'go.mod'

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
VERSION: ${{ needs.release-please.outputs.version }}
3636
MAJOR_VERSION: ${{ needs.release-please.outputs.major }}
3737
steps:
38-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
38+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3939
- uses: actions/setup-go@v4
4040
with:
4141
go-version-file: 'go.mod'

0 commit comments

Comments
 (0)