From 018b1218ae4b97d502fd8100b3ac110a8459b381 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sun, 16 Apr 2023 17:34:26 +0200 Subject: [PATCH] Update GH Actions dependencies --- .github/workflows/autoreview.yml | 12 ++++++------ .github/workflows/en-updates-to-translation-repo.yml | 2 +- .github/workflows/main.yml | 4 ++-- .../workflows/translation-updates-to-main-repo.yml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/autoreview.yml b/.github/workflows/autoreview.yml index a06dfde85..7a6c00fc5 100644 --- a/.github/workflows/autoreview.yml +++ b/.github/workflows/autoreview.yml @@ -3,22 +3,22 @@ on: [pull_request] jobs: misspellcheck: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run misspell with reviewdog uses: reviewdog/action-misspell@v1 with: pattern: "*.md" guids: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - run: .github/workflows/guids.sh build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: sudo apt-get install ruby-full build-essential zlib1g-dev git - uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/en-updates-to-translation-repo.yml b/.github/workflows/en-updates-to-translation-repo.yml index 6a5ec9f81..6c7ef5257 100644 --- a/.github/workflows/en-updates-to-translation-repo.yml +++ b/.github/workflows/en-updates-to-translation-repo.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install mdpo run: pip install mdpo - name: Create folder for files to be copied diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f67ab96e9..ce14cdcf0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,9 +9,9 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: sudo apt-get install ruby-full build-essential zlib1g-dev git - uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/translation-updates-to-main-repo.yml b/.github/workflows/translation-updates-to-main-repo.yml index 5a378abd4..67bda2547 100644 --- a/.github/workflows/translation-updates-to-main-repo.yml +++ b/.github/workflows/translation-updates-to-main-repo.yml @@ -25,11 +25,11 @@ jobs: steps: # Check out the repository and download it to the runner, allowing to run actions against the code - name: Get main repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: master - name: Get translation repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: translation-files path: translation-files