Skip to content

Commit 28504de

Browse files
chore(deps): bump actions/checkout from 4.1.7 to 4.2.2 (#1704)
* chore(deps): bump actions/checkout from 4.1.7 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * docs: add info to CHANGES --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sijis Aviles <[email protected]>
1 parent fec27eb commit 28504de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v4.1.7
18+
uses: actions/checkout@v4.2.2
1919

2020
- name: build and push docker image
2121
uses: mr-smithers-excellent/docker-build-push@v6

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: [3.8, 3.9, "3.10"]
2323

2424
steps:
25-
- uses: actions/checkout@v4.1.7
25+
- uses: actions/checkout@v4.2.2
2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/[email protected]
2828
with:

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fixes:
77
- fix: check only activate plugins listed in CORE_PLUGINS (#1601)
88
- chore: bump jinja to 3.1.3 (#1684)
99
- chore: bump actions/setup-python version (#1686, #1700)
10-
- chore: bump actions/checkout version (#1696)
10+
- chore: bump actions/checkout version (#1696, #1704)
1111
- chore: optimize Dockerfile (#1679)
1212
- docs: fix telegram install command (#1697)
1313

0 commit comments

Comments
 (0)