Skip to content

Commit 8d9d077

Browse files
Bump SneaksAndData/github-actions from 0.1.9 to 0.1.11 (#196)
1 parent 9beb77d commit 8d9d077

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build-container-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
password: ${{ secrets.GITHUB_TOKEN }}
3232

3333
- name: Get project version
34-
uses: SneaksAndData/github-actions/[email protected].9
34+
uses: SneaksAndData/github-actions/[email protected].11
3535
id: version
3636

3737
- name: Extract metadata (tags, labels) for Docker
@@ -63,7 +63,7 @@ jobs:
6363
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
6464
6565
- name: Build and Push Chart
66-
uses: SneaksAndData/github-actions/[email protected].9
66+
uses: SneaksAndData/github-actions/[email protected].11
6767
with:
6868
application: arcane-stream-microsoft-sql-server
6969
app_version: ${{ steps.meta.outputs.version }}

.github/workflows/build-graalvm-container-image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
password: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Get project version
37-
uses: SneaksAndData/github-actions/[email protected].9
37+
uses: SneaksAndData/github-actions/[email protected].11
3838
id: version
3939

4040
- name: Extract metadata (tags, labels) for Docker
@@ -92,7 +92,7 @@ jobs:
9292
password: ${{ secrets.GITHUB_TOKEN }}
9393

9494
- name: Get project version
95-
uses: SneaksAndData/github-actions/[email protected].9
95+
uses: SneaksAndData/github-actions/[email protected].11
9696
id: version
9797

9898
- name: Extract metadata (tags, labels) for Docker
@@ -148,7 +148,7 @@ jobs:
148148
password: ${{ secrets.GITHUB_TOKEN }}
149149

150150
- name: Get project version
151-
uses: SneaksAndData/github-actions/[email protected].9
151+
uses: SneaksAndData/github-actions/[email protected].11
152152
id: version
153153

154154
- name: Extract metadata (tags, labels) for Docker

.github/workflows/publish-ecr-public-graalvm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434

3535
- name: Get project version
36-
uses: SneaksAndData/github-actions/[email protected].9
36+
uses: SneaksAndData/github-actions/[email protected].11
3737
id: current_version
3838

3939
- name: Set up variables

.github/workflows/publish-ecr-public.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434

3535
- name: Get project version
36-
uses: SneaksAndData/github-actions/[email protected].9
36+
uses: SneaksAndData/github-actions/[email protected].11
3737
id: current_version
3838

3939
- name: Set up variables

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Create Release
16-
uses: SneaksAndData/github-actions/[email protected].9
16+
uses: SneaksAndData/github-actions/[email protected].11
1717
with:
1818
major_v: 1
1919
minor_v: 0

0 commit comments

Comments
 (0)