Skip to content

Commit ab7ae91

Browse files
stplasimThoSap
andauthored
apply suggestions from code review
Co-authored-by: Thomas Sapelza <sapelza.thomas@gmail.com>
1 parent 6bed931 commit ab7ae91

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
timeout-minutes: 15
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v7
2121
with:
2222
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
2323
- uses: aboutbits/github-actions-base/git-setup@v2
2424
- name: Set up Helm
25-
uses: azure/setup-helm@v4
25+
uses: azure/setup-helm@v5
2626
with:
2727
version: 3.21.3
2828
- name: Set version of Chart.yaml file

garage/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: garage
33
description: AboutBits single-node Garage (S3-compatible object storage) Helm chart
44
type: application
5-
version: 0.1.0
5+
version: "0.1.0"
66
appVersion: "v2.3.0"
77
keywords:
88
- garage

0 commit comments

Comments
 (0)