Skip to content

Commit

Permalink
Merge pull request #35 from PalladioSimulator/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
dr6817 authored Sep 19, 2023
2 parents 54d99bd + d7ce464 commit 1f71ca3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set Up JDK 17
uses: actions/setup-java@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
security-events: write
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set Up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set Up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 1f71ca3

Please sign in to comment.