Skip to content

Commit a9a8726

Browse files
authored
Merge pull request #52 from linkedin/dependabot/github_actions/github-actions-ab42a4a48c
Bump the github-actions group with 3 updates
2 parents 31095fb + 46f5a68 commit a9a8726

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-tag-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout project sources
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
ref: ${{ github.event.pull_request.merge_commit_sha }}
1919
fetch-depth: 0
@@ -37,7 +37,7 @@ jobs:
3737
run: sleep 30
3838

3939
- name: Set up Python
40-
uses: actions/setup-python@v2
40+
uses: actions/setup-python@v5
4141
with:
4242
python-version: '3.x'
4343

@@ -52,7 +52,7 @@ jobs:
5252

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

0 commit comments

Comments
 (0)