Skip to content

Commit 750b3ae

Browse files
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 777e3d0 commit 750b3ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
IMAGE_NAME: oldtyt/vibepython
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4.1.2
17+
uses: actions/checkout@v5
1818
- name: Variables
1919
id: vars
2020
run: echo "::set-output name=SHORT_COMMIT_ID::$(git rev-parse --short HEAD)"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build distribution
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:

0 commit comments

Comments
 (0)