Skip to content

Commit c497a00

Browse files
Bump the github-actions group with 1 update
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d3338f commit c497a00

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/autoreview.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
misspellcheck:
66
runs-on: ubuntu-22.04
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@v4
99
- name: Run misspell with reviewdog
1010
uses: reviewdog/action-misspell@v1
1111
with:
@@ -14,7 +14,7 @@ jobs:
1414
checklinks:
1515
runs-on: ubuntu-22.04
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Link Checker
1919
uses: lycheeverse/[email protected]
2020
with:
@@ -23,12 +23,12 @@ jobs:
2323
guids:
2424
runs-on: ubuntu-22.04
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- run: .github/workflows/guids.sh
2828
build:
2929
runs-on: ubuntu-22.04
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
- uses: ruby/setup-ruby@v1
3333
with:
3434
ruby-version: '3.2'

.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@v3
20+
uses: actions/checkout@v4
2121
- name: Install mdpo
2222
run: pip install mdpo
2323
- name: Create folder for files to be copied

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
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@v3
28+
uses: actions/checkout@v4
2929
with:
3030
ref: master
3131
- name: Get translation repository
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
ref: translation-files
3535
path: translation-files

0 commit comments

Comments
 (0)