Skip to content

Commit 58a06ad

Browse files
committed
v1.4.3 update actions/checkout to v5 and other updates
1 parent 3271060 commit 58a06ad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+74
-74
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
attributes:
1212
label: Affected Version
1313
description: What version of gt are you using?
14-
placeholder: "v1.4.2"
14+
placeholder: "v1.4.3"
1515
validations:
1616
required: true
1717
- type: textarea

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22

33
______________________________________
4-
I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/gt/blob/v1.4.2/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.
4+
I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/gt/blob/v1.4.3/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.

.github/workflows/gt-update.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
66
# /___/ Please report bugs and contribute back your improvements
77
#
8-
# Version: v1.5.0-SNAPSHOT
8+
# Version: v1.4.3
99
###################################
1010
name: "gt update"
1111
on:
@@ -40,8 +40,8 @@ jobs:
4040
echo "public key trusted" && \
4141
mkdir ./gpg && \
4242
gpg --homedir ./gpg --import ./signing-key.public.asc && \
43-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.2/install.sh" && \
44-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.2/install.sh.sig" && \
43+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.3/install.sh" && \
44+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.3/install.sh.sig" && \
4545
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
4646
chmod +x ./install.sh && \
4747
echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \
@@ -79,8 +79,8 @@ jobs:
7979
echo "public key trusted" && \
8080
mkdir ./gpg && \
8181
gpg --homedir ./gpg --import ./signing-key.public.asc && \
82-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.2/install.sh" && \
83-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.2/install.sh.sig" && \
82+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.3/install.sh" && \
83+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.3/install.sh.sig" && \
8484
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
8585
chmod +x ./install.sh && \
8686
echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \
0 Bytes
Binary file not shown.

.github/workflows/installation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
installOld:
4848
strategy:
4949
matrix:
50-
tag: [v0.10.2, v0.11.0, v0.12.0, v0.13.3, v0.14.0, v0.15.0, v0.16.0, v0.17.0, v0.17.1, v0.17.3, v0.17.4, v0.18.0, v0.19.0, v1.0.0, v1.0.1, v1.0.2, v1.0.3, v1.0.4, v1.1.0, v1.2.0, v1.2.1, v1.2.2, v1.3.0, v1.3.1, v1.4.0, v1.4.1]
50+
tag: [v0.10.2, v0.11.0, v0.12.0, v0.13.3, v0.14.0, v0.15.0, v0.16.0, v0.17.0, v0.17.1, v0.17.3, v0.17.4, v0.18.0, v0.19.0, v1.0.0, v1.0.1, v1.0.2, v1.0.3, v1.0.4, v1.1.0, v1.2.0, v1.2.1, v1.2.2, v1.3.0, v1.3.1, v1.4.0, v1.4.1, v1.4.2]
5151
runs-on: ubuntu-latest
5252
name: 'self-update from ${{matrix.tag}}'
5353
steps:

.gt/remotes/tegonal-gh-commons/pull-hook.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v1.5.0-SNAPSHOT
9+
# Version: v1.4.3
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit
1313
unset CDPATH
14-
GT_LATEST_VERSION="v1.4.2"
14+
GT_LATEST_VERSION="v1.4.3"
1515

1616
if ! [[ -v dir_of_tegonal_scripts ]]; then
1717
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../../../lib/tegonal-scripts/src"

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<!-- for main -->
2-
3-
[![Download](https://img.shields.io/badge/Download-v1.4.2-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.4.2)
2+
<!--
3+
[![Download](https://img.shields.io/badge/Download-v1.4.3-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.4.3)
44
[![EUPL](https://img.shields.io/badge/%E2%9A%96-EUPL%201.2-%230b45a6)](https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12 "License")
55
[![Quality Assurance](https://github.com/tegonal/gt/actions/workflows/quality-assurance.yml/badge.svg?event=push&branch=main)](https://github.com/tegonal/gt/actions/workflows/quality-assurance.yml?query=branch%3Amain)
66
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/gt/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")
7-
7+
-->
88
<!-- for main end -->
99
<!-- for release -->
10-
<!--
11-
[![Download](https://img.shields.io/badge/Download-v1.4.2-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.4.2)
10+
11+
[![Download](https://img.shields.io/badge/Download-v1.4.3-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.4.3)
1212
[![EUPL](https://img.shields.io/badge/%E2%9A%96-EUPL%201.2-%230b45a6)](https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12 "License")
1313
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/gt/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")
14-
-->
14+
1515
<!-- for release end -->
1616

1717
# gt
@@ -36,11 +36,11 @@ templates etc. which you use in multiple projects but want to maintain at a sing
3636

3737
</details>
3838

39-
---
39+
<!---
4040
❗ You are taking a *sneak peek* at the next version. It could be that some features you find on this page are not released yet.
41-
Please have a look at the README of the corresponding release/git tag. Latest version: [README of v1.4.2](https://github.com/tegonal/gt/tree/v1.4.2/README.md).
41+
Please have a look at the README of the corresponding release/git tag. Latest version: [README of v1.4.3](https://github.com/tegonal/gt/tree/v1.4.3/README.md).
4242
43-
---
43+
--->
4444

4545
**Table of Content**
4646

@@ -99,8 +99,8 @@ gpg --verify ./signing-key.public.asc.sig ./signing-key.public.asc && \
9999
echo "public key trusted" && \
100100
mkdir ./gpg && \
101101
gpg --homedir ./gpg --import ./signing-key.public.asc && \
102-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.2/install.sh" && \
103-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.2/install.sh.sig" && \
102+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.3/install.sh" && \
103+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.3/install.sh.sig" && \
104104
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
105105
chmod +x ./install.sh && \
106106
echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \
@@ -163,7 +163,7 @@ Last but not least, see [additional installation steps](#additional-installation
163163

164164
## manually
165165

166-
1. [![Download](https://img.shields.io/badge/Download-v1.4.2-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.4.2)
166+
1. [![Download](https://img.shields.io/badge/Download-v1.4.3-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.4.3)
167167
2. extract the zip/tar.gz
168168
3. open a terminal at the corresponding folder and verify the public key of this repo
169169
against [Tegonal's public key](https://tegonal.com/gpg/github.asc):
@@ -253,7 +253,7 @@ self-update update gt to the latest version
253253
--version prints the version of this script
254254
255255
INFO: Version of gt.sh is:
256-
v1.5.0-SNAPSHOT
256+
v1.4.3
257257
```
258258

259259
</gt-help>
@@ -284,7 +284,7 @@ list list all remotes
284284
--version prints the version of this script
285285
286286
INFO: Version of gt-remote.sh is:
287-
v1.5.0-SNAPSHOT
287+
v1.4.3
288288
```
289289

290290
</gt-remote-help>
@@ -348,7 +348,7 @@ gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts --unsecur
348348
gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts -w .github/.gt
349349
350350
INFO: Version of gt-remote.sh is:
351-
v1.5.0-SNAPSHOT
351+
v1.4.3
352352
```
353353

354354
</gt-remote-add-help>
@@ -380,7 +380,7 @@ gt remote remove -r tegonal-scripts --delete-pulled-files true
380380
gt remote remove -r tegonal-scripts -w .github/.gt
381381
382382
INFO: Version of gt-remote.sh is:
383-
v1.5.0-SNAPSHOT
383+
v1.4.3
384384
```
385385

386386
</gt-remote-remove-help>
@@ -407,7 +407,7 @@ gt remote list
407407
gt remote list -w .github/.gt
408408
409409
INFO: Version of gt-remote.sh is:
410-
v1.5.0-SNAPSHOT
410+
v1.4.3
411411
```
412412

413413
</gt-remote-list-help>
@@ -458,7 +458,7 @@ gt pull -r tegonal-scripts -t v0.1.0 -d .github --chop-path true -p .github/CODE
458458
gt pull -r tegonal-scripts -t v0.1.0 -p src/utility/ --tag-filter "^v3.*"
459459
460460
INFO: Version of gt-pull.sh is:
461-
v1.5.0-SNAPSHOT
461+
v1.4.3
462462
```
463463

464464
</gt-pull-help>
@@ -596,7 +596,7 @@ gt re-pull
596596
gt re-pull -r tegonal-scripts --only-missing false
597597
598598
INFO: Version of gt-re-pull.sh is:
599-
v1.5.0-SNAPSHOT
599+
v1.4.3
600600
```
601601

602602
</gt-re-pull-help>
@@ -660,7 +660,7 @@ gt reset
660660
gt reset --gpg-only true
661661
662662
INFO: Version of gt-reset.sh is:
663-
v1.5.0-SNAPSHOT
663+
v1.4.3
664664
```
665665

666666
</gt-reset-help>
@@ -724,7 +724,7 @@ gt update -r tegonal-scripts
724724
gt update -r tegonal-scripts -t v1.0.0
725725
726726
INFO: Version of gt-update.sh is:
727-
v1.5.0-SNAPSHOT
727+
v1.4.3
728728
```
729729

730730
</gt-update-help>
@@ -920,7 +920,7 @@ gt self-update
920920
gt self-update --force
921921
922922
INFO: Version of gt-self-update.sh is:
923-
v1.5.0-SNAPSHOT
923+
v1.4.3
924924
```
925925

926926
</gt-self-update-help>

install.doc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ gpg --verify ./signing-key.public.asc.sig ./signing-key.public.asc && \
66
echo "public key trusted" && \
77
mkdir ./gpg && \
88
gpg --homedir ./gpg --import ./signing-key.public.asc && \
9-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.2/install.sh" && \
10-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.2/install.sh.sig" && \
9+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.3/install.sh" && \
10+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.3/install.sh.sig" && \
1111
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
1212
chmod +x ./install.sh && \
1313
echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \

install.doc.sh.sig

0 Bytes
Binary file not shown.

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v1.5.0-SNAPSHOT
9+
# Version: v1.4.3
1010
####### Description #############
1111
#
1212
# installation script which downloads and set ups the latest or a specific tag of gt
@@ -21,8 +21,8 @@
2121
# echo "public key trusted" && \
2222
# mkdir ./gpg && \
2323
# gpg --homedir ./gpg --import ./signing-key.public.asc && \
24-
# wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.2/install.sh" && \
25-
# wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.2/install.sh.sig" && \
24+
# wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.3/install.sh" && \
25+
# wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.3/install.sh.sig" && \
2626
# gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
2727
# chmod +x ./install.sh && \
2828
# echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \

0 commit comments

Comments
 (0)