Skip to content

Commit

Permalink
update actions (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
omriezra authored May 8, 2024
1 parent bad293c commit 0942cf9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/akeyless_action_code_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/akeyless_github_actions_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Akeyless Authentication and fetch secret
uses: ./
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check out akeyless-github-action code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Fetch history
run: git fetch --prune --unshallow
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Create Release
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
id: create_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.version }}
name: ${{ env.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Fetch history
run: git fetch --prune --unshallow
Expand Down

0 comments on commit 0942cf9

Please sign in to comment.