Skip to content

Commit

Permalink
quick updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Sep 15, 2024
1 parent 0e59181 commit 05195e1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project-signer-java-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@1

- name: Run dependency update script
run: make deps-java-update

- name: Create pull request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@6
with:
commit-message: Update java
branch: update-java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-signer-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
uses: dependabot/fetch-metadata@7
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/project-signer-plugins-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@1

- name: Set up Node.js 20
uses: actions/setup-node@v4
uses: actions/setup-node@3
with:
node-version: '20'

- name: Run dependency update script
run: make deps-plugins-update

- name: Create pull request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@6
with:
commit-message: Update plugins
branch: update-plugins
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/project-signer-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@1
- name: Set up JDK 21
uses: actions/setup-java@v4
uses: actions/setup-java@2
with:
java-version: '21'
distribution: 'adopt'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/project-signer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@1
- name: Set up JDK 21
uses: actions/setup-java@v4
uses: actions/setup-java@2
with:
java-version: '21'
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deps-cypress-update:
cd e2e; \
ncu -u
deps-plugins-update:
curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/pluginUpdatesOne.sh | bash -s -- $(PARAMS)
curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/pluginUpdatesOne.sh -H "Cache-Control: no-cache" | bash -s -- $(PARAMS)
deps-java-update:
curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/javaUpdatesOne.sh | bash
deps-node-update:
Expand Down

0 comments on commit 05195e1

Please sign in to comment.