Skip to content

Commit

Permalink
github-action: use oblt-actions/git/setup (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 13, 2024
1 parent 6454bd2 commit ae3ca47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
ruby-version: 2.6
- name: Setup Git
uses: elastic/apm-pipeline-library/.github/actions/setup-git@current
uses: elastic/oblt-actions/git/setup@v1
- name: Install build system
run: .ci/scripts/install-build-system.sh
- name: rake release:update_branch (only for tags)
Expand Down

0 comments on commit ae3ca47

Please sign in to comment.