Skip to content

Commit e51660d

Browse files
chore(deps): update all-major-updates
1 parent 8fbacb4 commit e51660d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
fetch-depth: 0
1313

1414
- name: Set up Helm
15-
uses: azure/setup-helm@v3
15+
uses: azure/setup-helm@v4
1616
with:
1717
version: v3.10.3
1818

1919
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
2020
# yamllint (https://github.com/adrienverge/yamllint) which require Python
2121
- name: Set up Python
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: '3.9'
2525
check-latest: true

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

@@ -23,7 +23,7 @@ jobs:
2323
git config user.email "[email protected]"
2424
2525
- name: Install Helm
26-
uses: azure/setup-helm@v3
26+
uses: azure/setup-helm@v4
2727
with:
2828
version: v3.13.3
2929

@@ -41,7 +41,7 @@ jobs:
4141

4242
# see https://github.com/helm/chart-releaser/issues/183
4343
- name: Login to GitHub Container Registry
44-
uses: docker/login-action@v1
44+
uses: docker/login-action@v3
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.actor }}

0 commit comments

Comments
 (0)