Skip to content

Commit 747117d

Browse files
dependabot[bot]LuqueDaniel
authored andcommitted
Deps: 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] <support@github.com>
1 parent c30400e commit 747117d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: 🔍 Lint
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4.2.0
17+
- uses: actions/checkout@v4.2.2
1818
- name: Set up Python ${{ env.MIN_SUPPORTED_PYTHON }}
1919
uses: actions/setup-python@v5.0.0
2020
with:
@@ -30,7 +30,7 @@ jobs:
3030
name: 🎨 Format
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v4.2.0
33+
- uses: actions/checkout@v4.2.2
3434
- name: Set up Python ${{ env.MIN_SUPPORTED_PYTHON }}
3535
uses: actions/setup-python@v5.0.0
3636
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
publish:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4.2.0
16+
- uses: actions/checkout@v4.2.2
1717
- name: Set up Python ${{ env.MIN_SUPPORTED_PYTHON }}
1818
uses: actions/setup-python@v5
1919
with:

0 commit comments

Comments
 (0)