Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.1.1 to 4.1.7 (#1696)
Browse files Browse the repository at this point in the history
* chore(deps): bump actions/checkout from 4.1.1 to 4.1.7

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs: add info from CHANGES

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sijis Aviles <sijis.aviles@gmail.com>
  • Loading branch information
dependabot[bot] and sijis authored Jul 5, 2024
1 parent 2041200 commit eb51a93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.7

- name: build and push docker image
uses: mr-smithers-excellent/docker-build-push@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: [3.8, 3.9, "3.10"]

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.0
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ fixes:
- fix: check only activate plugins listed in CORE_PLUGINS (#1601)
- chore: bump jinja to 3.1.3 (#1684)
- chore: bump actions/setup-python version (#1686)
- chore: bump actions/checkout version (#1696)

v6.2.0 (2024-01-01)
-------------------
Expand Down

0 comments on commit eb51a93

Please sign in to comment.