Skip to content

Commit e1403c7

Browse files
chore(deps): update actions/checkout action to v4 (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f9e6fb commit e1403c7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/releaser.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
goreleaser:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
if: github.event_name == 'pull_request'
2323
with:
2424
fetch-depth: 0
2525
ref: ${{ github.event.pull_request.head.ref }}
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
if: github.event_name == 'push'
2828
with:
2929
fetch-depth: 0
@@ -85,7 +85,7 @@ jobs:
8585
needs:
8686
- goreleaser
8787
steps:
88-
- uses: actions/checkout@v3
88+
- uses: actions/checkout@v4
8989
with:
9090
fetch-depth: 0
9191
- uses: azure/setup-helm@v3
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
if: startsWith(github.ref, 'refs/tags/') == true
108108
steps:
109-
- uses: actions/checkout@v2
109+
- uses: actions/checkout@v4
110110
- run: |
111111
mkdir -p charts
112112
mv chart charts/alertmanager-controller/

0 commit comments

Comments
 (0)