Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.6 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 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.6...v4.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Gustry committed Jul 1, 2024
1 parent 0b591c3 commit 84a2a6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
architecture: x64

- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Install Python requirements
run: make install-tests
Expand All @@ -52,7 +52,7 @@ jobs:
steps:

- name: Check out repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
submodules: 'true'

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: Set up Python 3.10
uses: actions/setup-python@v5
Expand Down

0 comments on commit 84a2a6d

Please sign in to comment.