Skip to content

Commit 018b121

Browse files
RotzbuaByteHamster
authored andcommitted
Update GH Actions dependencies
1 parent 680e0eb commit 018b121

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/autoreview.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ on: [pull_request]
33

44
jobs:
55
misspellcheck:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-22.04
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v3
99
- name: Run misspell with reviewdog
1010
uses: reviewdog/action-misspell@v1
1111
with:
1212
pattern: "*.md"
1313
guids:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v3
1717
- run: .github/workflows/guids.sh
1818
build:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
- run: sudo apt-get install ruby-full build-essential zlib1g-dev git
2323
- uses: ruby/setup-ruby@v1
2424
with:

.github/workflows/en-updates-to-translation-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Get repository
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
- name: Install mdpo
2222
run: pip install mdpo
2323
- name: Create folder for files to be copied

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- run: sudo apt-get install ruby-full build-essential zlib1g-dev git
1616
- uses: ruby/setup-ruby@v1
1717
with:

.github/workflows/translation-updates-to-main-repo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
steps:
2626
# Check out the repository and download it to the runner, allowing to run actions against the code
2727
- name: Get main repository
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
2929
with:
3030
ref: master
3131
- name: Get translation repository
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v3
3333
with:
3434
ref: translation-files
3535
path: translation-files

0 commit comments

Comments
 (0)