Skip to content

Commit

Permalink
Merge pull request akto-api-security#1090 from akto-api-security/hotf…
Browse files Browse the repository at this point in the history
…ix/remove_bolt

re-add checkout actions
  • Loading branch information
avneesh-akto authored May 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 0c320ab + 2840862 commit 6ff0c34
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -17,6 +17,13 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '8'
architecture: x64
- uses: actions/setup-node@v2
with:
node-version: '17'

0 comments on commit 6ff0c34

Please sign in to comment.