Skip to content

Commit b444c90

Browse files
dependabot[bot]Gustry
authored andcommitted
Bump actions/checkout from 4.2.0 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 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.2.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 405b059 commit b444c90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
architecture: x64
3030

3131
- name: Checkout
32-
uses: actions/[email protected].0
32+
uses: actions/[email protected].2
3333

3434
- name: Install Python requirements
3535
run: make install-tests
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353

5454
- name: Check out repository
55-
uses: actions/[email protected].0
55+
uses: actions/[email protected].2
5656
with:
5757
submodules: 'true'
5858

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

91-
- uses: actions/[email protected].0
91+
- uses: actions/[email protected].2
9292

9393
- name: Set up Python 3.10
9494
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)