Skip to content

Commit

Permalink
Merge pull request #275 from AntennaPod/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-8a9da2b879

Bump the github-actions group with 1 update
  • Loading branch information
keunes authored Nov 17, 2023
2 parents 791417e + c497a00 commit 2564bf9
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 2564bf9

Please sign in to comment.