We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31095fb + 46f5a68 commit a9a8726Copy full SHA for a9a8726
.github/workflows/build-tag-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout project sources
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
with:
18
ref: ${{ github.event.pull_request.merge_commit_sha }}
19
fetch-depth: 0
@@ -37,7 +37,7 @@ jobs:
37
run: sleep 30
38
39
- name: Set up Python
40
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
41
42
python-version: '3.x'
43
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Bump version and push tag
54
if: ${{ success() && github.ref == 'refs/heads/main' && github.repository == 'linkedin/openhouse' }}
55
- uses: anothrNick/github-tag-action@1.64.0
+ uses: anothrNick/github-tag-action@1.67.0
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
WITH_V: true # prefix for tag "v"
0 commit comments