Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.4 to 4.1.5 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent d4f77c3 commit 5a41822
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout the sources"
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: "Install JDK 11"
uses: actions/setup-java@v4
with:
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout the sources"
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: "Install JDK 11"
uses: actions/setup-java@v4
with:
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout the sources"
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: "Install JDK 11"
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 5a41822

Please sign in to comment.