diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a206fcc..82576ccc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -134,7 +134,7 @@ jobs: steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up JDK 15 uses: actions/setup-java@v2 diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 798904c1..a44c33ff 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -31,7 +31,7 @@ jobs: steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Prepare scripts run: chmod +x tools/import-translations-github.sh diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index ee8d9477..30f29a2f 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -33,7 +33,7 @@ jobs: steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Prepare scripts run: chmod +x tools/update-github-pages.sh