Skip to content

Commit

Permalink
⬆️ Bump actions/checkout from 3 to 4 (#77)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent aebbc34 commit a5ebb6c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: make install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dialogue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Extract Dialogue in base version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout via SSH
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-mas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout via SSH
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}

Expand All @@ -29,7 +29,7 @@ jobs:
match: v*

- name: Checkout MAS via SSH
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Monika-After-Story/MonikaModDev
ref: ${{ steps.ghd.outputs.tag }}
Expand Down

0 comments on commit a5ebb6c

Please sign in to comment.