Bump actions/checkout from 3.4.0 to 4.1.1 (#4)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonathon Broughton <jonathon@stardotbmp.com>
This commit is contained in:
dependabot[bot]
2024-02-09 08:47:53 +00:00
committed by GitHub
parent 61cb8d54f5
commit 98c4a119c7
+1 -1
View File
@@ -11,8 +11,8 @@ jobs:
FUNCTION_SCHEMA_FILE_NAME: functionSchema.json
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v5
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install and configure Poetry