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