Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Update and improve actions#130

Open
osfanbuff63 wants to merge 2 commits into
RiiConnect24:javafrom
osfanbuff63:fix/actions
Open

Update and improve actions#130
osfanbuff63 wants to merge 2 commits into
RiiConnect24:javafrom
osfanbuff63:fix/actions

Conversation

@osfanbuff63
Copy link
Copy Markdown

Updates actions. Also - we were supposedly using actions/setup-java@v1 with a distribution input - which would just throw an error on every run since distribution is only supported on actions/setup-java@v2. In addition - actions/upload-artifact@master could potentially be unstable since @master is taking the latest commit from the master branch for actions/upload-artifact. Instead, I used v3 which should be stable since it will update every v3.x release.

I've also added a Dependabot configuration file (.github/dependabot.yml) which will check for updates in Maven dependencies daily and Actions dependencies weekly. In addition, I deleted the pr.yml action as it was replaced by the main CI and a few if statements.

@Gamebuster19901 Gamebuster19901 mentioned this pull request Jun 3, 2023
15 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant