From 2bc7af10c9569398a7bb622e668b6d64d19c6b06 Mon Sep 17 00:00:00 2001 From: jsphwllng Date: Tue, 1 Apr 2025 12:15:15 +0300 Subject: [PATCH] Using commit hashes rather than static versions in GHA #22 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e9337874..7268a0ce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,7 +60,7 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: eu-west-1 - - uses: jakejarvis/s3-sync-action@v0.5.1 + - uses: jakejarvis/s3-sync-action@be0c4ab89158cac4278689ebedd8407dd5f35a83 with: args: --acl public-read --follow-symlinks env: