|
5 | 5 | # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 |
6 | 6 | # /___/ Please report bugs and contribute back your improvements |
7 | 7 | # |
8 | | -# Version: v1.4.2 |
| 8 | +# Version: v1.4.3 |
9 | 9 | ################################### |
10 | 10 | name: "gt update" |
11 | 11 | on: |
@@ -40,15 +40,15 @@ jobs: |
40 | 40 | echo "public key trusted" && \ |
41 | 41 | mkdir ./gpg && \ |
42 | 42 | 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" && \ |
45 | 45 | gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ |
46 | 46 | chmod +x ./install.sh && \ |
47 | 47 | echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \ |
48 | 48 | ./install.sh && result=true || (echo >&2 "installation failed"; exit 1) && \ |
49 | 49 | false || cd "$currentDir" && rm -r "$tmpDir" && "${result:-false}" |
50 | 50 | # end install.doc.sh |
51 | | - - uses: actions/checkout@v4 |
| 51 | + - uses: actions/checkout@v5 |
52 | 52 | - id: set-matrix |
53 | 53 | run: | |
54 | 54 | (readarray -t REMOTES; IFS=','; echo "matrix={ 'remote': [ ${REMOTES[*]} ] }" >> "$GITHUB_OUTPUT") < <( gt remote list | sed -E "s/(.*)/'\1'/") |
@@ -79,15 +79,15 @@ jobs: |
79 | 79 | echo "public key trusted" && \ |
80 | 80 | mkdir ./gpg && \ |
81 | 81 | 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" && \ |
84 | 84 | gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ |
85 | 85 | chmod +x ./install.sh && \ |
86 | 86 | echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \ |
87 | 87 | ./install.sh && result=true || (echo >&2 "installation failed"; exit 1) && \ |
88 | 88 | false || cd "$currentDir" && rm -r "$tmpDir" && "${result:-false}" |
89 | 89 | # end install.doc.sh |
90 | | - - uses: actions/checkout@v4 |
| 90 | + - uses: actions/checkout@v5 |
91 | 91 | - name: reset gpg keys |
92 | 92 | run: gt reset --gpg-only true -r "${{ matrix.remote }}" |
93 | 93 | - name: gt update |
@@ -135,7 +135,7 @@ jobs: |
135 | 135 | name: "Check signing-key" |
136 | 136 | runs-on: ubuntu-latest |
137 | 137 | steps: |
138 | | - - uses: actions/checkout@v4 |
| 138 | + - uses: actions/checkout@v5 |
139 | 139 | - name: check if signing key already are or will expire within the next 3 months |
140 | 140 | run: | |
141 | 141 | set -euo pipefail |
|
0 commit comments