Skip to content

Commit

Permalink
Update GH Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored and ByteHamster committed Jul 16, 2023
1 parent 680e0eb commit 018b121
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/autoreview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/en-updates-to-translation-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/translation-updates-to-main-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 018b121

Please sign in to comment.