Skip to content

Commit 8867d2f

Browse files
committed
f
1 parent ec2bf38 commit 8867d2f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/translate_all.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo "Continuing with translation workflow"
6464
6565
- name: Checkout code
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v6
6767
with:
6868
fetch-depth: 0
6969

@@ -249,7 +249,7 @@ jobs:
249249
250250
# Login in AWs
251251
- name: Configure AWS credentials using OIDC
252-
uses: aws-actions/configure-aws-credentials@v3
252+
uses: aws-actions/configure-aws-credentials@v6
253253
with:
254254
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
255255
aws-region: us-east-1
@@ -276,6 +276,7 @@ jobs:
276276
277277
- name: Refresh root sitemap index
278278
id: root_sitemap
279+
shell: bash
279280
run: |
280281
set -euo pipefail
281282
LANGS=$(aws s3api list-objects-v2 --bucket hacktricks-cloud --delimiter / --query 'CommonPrefixes[].Prefix' --output text | tr '\t' '\n' | sed 's:/$::' | grep -E '^[a-z]{2}$' | sort | paste -sd, - || true)
@@ -292,6 +293,7 @@ jobs:
292293
fi
293294
294295
- name: Invalidate CloudFront HTML and SEO assets
296+
shell: bash
295297
run: |
296298
set -euo pipefail
297299
paths=("/$BRANCH/*" "/$BRANCH/sitemap.xml")

0 commit comments

Comments
 (0)