diff --git a/.github/workflows/gettext.yml b/.github/workflows/gettext.yml index ce5fb2d..f3c8a28 100644 --- a/.github/workflows/gettext.yml +++ b/.github/workflows/gettext.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.GIT_USER_TOKEN }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7341246..82129f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Dependencies run: |