Skip to content

Commit d028c67

Browse files
Bump actions/checkout from 4.1.2 to 4.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.2...v4.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1fd379d commit d028c67

1 file changed

Lines changed: 1 addition & 1 deletion

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/python-ai-console
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4.1.2
17+
uses: actions/checkout@v4.3.0
1818
- name: Variables
1919
id: vars
2020
run: echo "::set-output name=SHORT_COMMIT_ID::$(git rev-parse --short HEAD)"

0 commit comments

Comments
 (0)