diff --git a/.github/workflows/fetch-crowdin-translations.yaml b/.github/workflows/fetch-crowdin-translations.yaml index 201fa6a..1bb729e 100644 --- a/.github/workflows/fetch-crowdin-translations.yaml +++ b/.github/workflows/fetch-crowdin-translations.yaml @@ -14,6 +14,6 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Fetch translations from Crowdin uses: nvdaaddons/crowdinRegistration/.github/actions/fetchTranslations@main \ No newline at end of file diff --git a/.github/workflows/manual-release.yaml b/.github/workflows/manual-release.yaml index dad952d..b99d05f 100644 --- a/.github/workflows/manual-release.yaml +++ b/.github/workflows/manual-release.yaml @@ -76,7 +76,7 @@ jobs: run: echo '${{ env.CUR_YEAR }}' - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python 3.11 uses: actions/setup-python@v5