Skip to content

Commit

Permalink
Merge pull request #80 from vitruv-tools/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4
  • Loading branch information
TomWerm authored Sep 6, 2023
2 parents 9dcc761 + c36993b commit c09831f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
6 changes: 3 additions & 3 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: change
path: change
- name: Checkout Framework
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: framework
repository: vitruv-tools/Vitruv
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
name: change
path: change
- name: Checkout DSLs
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: dsls
repository: vitruv-tools/Vitruv-DSLs
Expand Down Expand Up @@ -137,7 +137,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 c09831f

Please sign in to comment.