Skip to content

Commit

Permalink
feat: update github action dependencies; update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldan committed Jun 22, 2024
1 parent 28a8a02 commit 2782229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# your-own-dependency-injection-framework

![Build Status](https://github.com/your-username/your-own-dependency-injection-framework/actions/workflows/maven.yml/badge.svg)
![Build Status](https://github.com/zeldan/your-own-dependency-injection-framework/actions/workflows/maven.yml/badge.svg)

This is a small project that demonstrates how to build your own dependency injection framework.

Expand Down

0 comments on commit 2782229

Please sign in to comment.