We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82f14f3 + 750b3ae commit f7a2ffdCopy full SHA for f7a2ffd
2 files changed
.github/workflows/github-docker.yml
@@ -14,7 +14,7 @@ jobs:
14
IMAGE_NAME: oldtyt/vibepython
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v4.1.2
+ uses: actions/checkout@v5
18
- name: Variables
19
id: vars
20
run: echo "::set-output name=SHORT_COMMIT_ID::$(git rev-parse --short HEAD)"
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Build distribution
11
runs-on: ubuntu-latest
12
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
0 commit comments