From 79217da28874bcd7d726b0b01dcc694868477fe2 Mon Sep 17 00:00:00 2001 From: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> Date: Thu, 3 Jul 2025 16:36:55 +0200 Subject: [PATCH] Update s3-action.yaml --- .github/workflows/s3-action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/s3-action.yaml b/.github/workflows/s3-action.yaml index 210ea1a6..208e72ea 100644 --- a/.github/workflows/s3-action.yaml +++ b/.github/workflows/s3-action.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4