Skip to content

Commit

Permalink
Merge pull request #52 from linkedin/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-ab42a4a48c

Bump the github-actions group with 3 updates
  • Loading branch information
sumedhsakdeo authored Mar 14, 2024
2 parents 31095fb + 46f5a68 commit a9a8726
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: 0
Expand All @@ -37,7 +37,7 @@ jobs:
run: sleep 30

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand All @@ -52,7 +52,7 @@ jobs:

- name: Bump version and push tag
if: ${{ success() && github.ref == 'refs/heads/main' && github.repository == 'linkedin/openhouse' }}
uses: anothrNick/github-tag-action@1.64.0
uses: anothrNick/github-tag-action@1.67.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true # prefix for tag "v"
Expand Down

0 comments on commit a9a8726

Please sign in to comment.