Skip to content

Commit a553702

Browse files
committed
update files of remote gt to version v1.4.3 via gt
1 parent f489cbc commit a553702

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/gt-update.yml

Lines changed: 8 additions & 8 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.4.2
8+
# Version: v1.4.3
99
###################################
1010
name: "gt update"
1111
on:
@@ -40,15 +40,15 @@ 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) && \
4848
./install.sh && result=true || (echo >&2 "installation failed"; exit 1) && \
4949
false || cd "$currentDir" && rm -r "$tmpDir" && "${result:-false}"
5050
# end install.doc.sh
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252
- id: set-matrix
5353
run: |
5454
(readarray -t REMOTES; IFS=','; echo "matrix={ 'remote': [ ${REMOTES[*]} ] }" >> "$GITHUB_OUTPUT") < <( gt remote list | sed -E "s/(.*)/'\1'/")
@@ -79,15 +79,15 @@ 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) && \
8787
./install.sh && result=true || (echo >&2 "installation failed"; exit 1) && \
8888
false || cd "$currentDir" && rm -r "$tmpDir" && "${result:-false}"
8989
# end install.doc.sh
90-
- uses: actions/checkout@v4
90+
- uses: actions/checkout@v5
9191
- name: reset gpg keys
9292
run: gt reset --gpg-only true -r "${{ matrix.remote }}"
9393
- name: gt update
@@ -135,7 +135,7 @@ jobs:
135135
name: "Check signing-key"
136136
runs-on: ubuntu-latest
137137
steps:
138-
- uses: actions/checkout@v4
138+
- uses: actions/checkout@v5
139139
- name: check if signing key already are or will expire within the next 3 months
140140
run: |
141141
set -euo pipefail

.gt/remotes/gt/pulled.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#@ Version: 1.1.0
22
tag file relativeTarget tagFilter sha512
3-
v1.4.2 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml .* 37e153b5cc42751286ba57bb299b70091a3e5eaac82133a782fc07bbf4d2a3c3af193d56242e71cf807700971472b3be74b0bbd4d1884890eab841af1f467319
3+
v1.4.3 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml .* 2293df42955618649e2a8ae349bd0c0c08fc217090c59f50f23e57cad7ad4473bd5a7d0bc9a888a3785a3c1752e7b49882f4861e8b6996a1422429bebb48af6c

0 commit comments

Comments
 (0)