Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/examples/mern-cdk-ci…
Browse files Browse the repository at this point in the history
…-cd/mern/server/multi-27a054522e
  • Loading branch information
lantoli committed Sep 11, 2024
2 parents 54fdd87 + e1d2c29 commit 4f40674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88
with:
distribution: temurin
java-version: 11.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
contents: read
issues: write
steps:
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88
with:
distribution: temurin
java-version: 11.x
Expand Down

0 comments on commit 4f40674

Please sign in to comment.