Skip to content

Commit 833f9fe

Browse files
📝 Update Readme Versions (#35)
* 📝 update readme versions * ⏪ revert downgrade of cache action * 📝 use general cache version * 🔥 remove unnecessary file Co-authored-by: flaxel <[email protected]> Co-authored-by: Falk Puschner <[email protected]>
1 parent 6998908 commit 833f9fe

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
<action name>:
17-
uses: Staffbase/gha-workflows/.github/workflows/template_*[email protected].0
17+
uses: Staffbase/gha-workflows/.github/workflows/template_*[email protected].1
1818
with:
1919
...
2020
```
@@ -39,7 +39,7 @@ on:
3939

4040
jobs:
4141
autodev:
42-
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
42+
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
4343
with:
4444
# optional: base branch from which the history originates, default: main
4545
base: master
@@ -74,7 +74,7 @@ on: [push]
7474

7575
jobs:
7676
gitops:
77-
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
77+
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
7878
with:
7979
# optional: list of build-time variables
8080
dockerbuildargs: |
@@ -118,7 +118,7 @@ on:
118118

119119
jobs:
120120
jira_annotate:
121-
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
121+
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
122122
with:
123123
# name of the service to add as label
124124
name: 'component name'
@@ -152,7 +152,7 @@ on:
152152
153153
jobs:
154154
update_release_draft:
155-
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
155+
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
156156
with:
157157
# optional: name of the release
158158
name: Version X.Y.Z
@@ -185,7 +185,7 @@ on:
185185
186186
jobs:
187187
sonarcloud:
188-
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
188+
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
189189
with:
190190
# path to the cached coverage file
191191
path: <path-to-cached-coverage-file>
@@ -203,7 +203,7 @@ It is necessary that the coverage file is cached with the following code:
203203

204204
```yml
205205
- name: Cache Coverage Data
206-
uses: actions/cache@v3.0.2
206+
uses: actions/cache@v3
207207
with:
208208
path: <path-to-cached-coverage-file>
209209
key: ${{ runner.os }}-coverage-data
@@ -225,7 +225,7 @@ on:
225225
226226
jobs:
227227
stale:
228-
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
228+
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
229229
with:
230230
# optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity.
231231
close-pr-message: your message
@@ -259,7 +259,7 @@ on:
259259
260260
jobs:
261261
yamllint:
262-
uses: Staffbase/gha-workflows/.github/workflows/[email protected].0
262+
uses: Staffbase/gha-workflows/.github/workflows/[email protected].1
263263
with:
264264
# optional: name of the running action, default: yamllint / yamllint
265265
action-name: your name

0 commit comments

Comments
 (0)