Skip to content

Commit

Permalink
Bump the github-actions group with 1 update
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 4d3338f commit c497a00
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autoreview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
misspellcheck:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run misspell with reviewdog
uses: reviewdog/action-misspell@v1
with:
Expand All @@ -14,7 +14,7 @@ jobs:
checklinks:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/[email protected]
with:
Expand All @@ -23,12 +23,12 @@ jobs:
guids:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: .github/workflows/guids.sh
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
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@v3
uses: actions/checkout@v4
- name: Install mdpo
run: pip install mdpo
- name: Create folder for files to be copied
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- 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@v3
uses: actions/checkout@v4
with:
ref: master
- name: Get translation repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: translation-files
path: translation-files
Expand Down

0 comments on commit c497a00

Please sign in to comment.