Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into dependabot/npm_and_…
Browse files Browse the repository at this point in the history
…yarn/elliptic-6.6.0
ismolyakov committed Nov 6, 2024
2 parents 08d0372 + f8b9c2f commit 5d1e6e5
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add_additional_reviewers.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Request additional reviews based on supplied rules
uses: necojackarc/auto-request-review@v0.10.0
uses: necojackarc/auto-request-review@v0.13.0
with:
token: ${{ secrets.GH_TOKEN }}
config: .github/additional_reviewers_config.yaml
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ jobs:
restore-keys: |
${{ runner.os }}-stack-work-
- uses: haskell/actions/setup@v1
- uses: haskell/actions/setup@v2
with:
enable-stack: true

@@ -75,7 +75,7 @@ jobs:
path: artifacts

- name: Upload Release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@2.9.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "artifacts/*/*.zip"
4 changes: 2 additions & 2 deletions .github/workflows/java.yaml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
with:
gradle-version: 7.1.1
- name: Run tests
@@ -30,7 +30,7 @@ jobs:
# - uses: actions/checkout@v4
# with:
# fetch-depth: 0
# - uses: gradle/gradle-build-action@v2
# - uses: gradle/gradle-build-action@v3
# with:
# gradle-version: 7.1.1
# - name: Run tests
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@ jobs:

- name: Upload Release
if: startsWith(github.ref, 'refs/tags/v')
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@2.9.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "*.zip"
2 changes: 1 addition & 1 deletion c/cmake/common

0 comments on commit 5d1e6e5

Please sign in to comment.