Skip to content

Commit

Permalink
GitHub Actions(deps): Bump actions/checkout from 3 to 4 (#600)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent a276365 commit 1022053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache
uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout DSLs
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: dsls
repository: vitruv-tools/Vitruv-DSLs
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
name: dsls
path: dsls
- name: Checkout Case Studies
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: casestudies
repository: vitruv-tools/Vitruv-CaseStudies
Expand Down

0 comments on commit 1022053

Please sign in to comment.