From 4ed48a4b308719e33742d30339b253a3e75b4909 Mon Sep 17 00:00:00 2001 From: bodrovis Date: Tue, 21 Nov 2023 19:49:32 +0200 Subject: [PATCH] update gh actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1d807a..d3606d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: LOKALISE_PROJECT_ID: 672198945b7d72fc048021.15940510 BUNDLE_GEMFILE: ${{ matrix.gemfile }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: