Skip to content

Commit

Permalink
Merge branch 'master' into 0xarthurxyz/changelog-typos
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgousset authored Jan 17, 2024
2 parents 1c2c6d8 + 9ce283b commit 8d2c864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
repository-projects: write
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Akeyless Get Secrets
id: get_auth_token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale and will be closed in 30 days without activity'
Expand Down

0 comments on commit 8d2c864

Please sign in to comment.