diff --git a/.github/workflows/gettext.yml b/.github/workflows/gettext.yml index 826b2f3..96d7ff7 100644 --- a/.github/workflows/gettext.yml +++ b/.github/workflows/gettext.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.GIT_USER_TOKEN }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2d54de7..04a023d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Dependencies run: |