Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the github-actions group across 1 directory with 2 updates #306

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
env:
ORG_GRADLE_PROJECT_githubUser: x-access-token
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
distribution: 'temurin'
java-version: '21.x'
- name: test and build
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
arguments: build
release:
Expand All @@ -29,7 +29,7 @@ jobs:
run: |
export TAG_NAME="$(TZ="Europe/Oslo" date +%Y%m%d%H%M%s).$(echo $GITHUB_SHA | cut -c 1-12)"
echo "RELEASE_TAG=$TAG_NAME" >> $GITHUB_ENV
- uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # ratchet:ncipollo/release-action@v1
- uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # ratchet:ncipollo/release-action@v1
with:
tag: ${{ env.RELEASE_TAG }}
generateReleaseNotes: true
Expand All @@ -47,7 +47,7 @@ jobs:
distribution: 'temurin'
java-version: '21.x'
- name: publish
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
arguments: -Pversion=${{ needs.release.outputs.tag }} publish
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
distribution: 'temurin'
java-version: '21.x'
- name: test
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
arguments: test
env:
Expand Down
Loading