Skip to content

Commit a228c95

Browse files
ci: bump actions/checkout from 3.3.0 to 4.1.2 (#41)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.3.0...v4.1.2) --- 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>
1 parent d78a1ba commit a228c95

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
auto-merge:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v4.1.2
1111
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1212
with:
1313
target: minor

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out the repository
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v4.1.2
1414
with:
1515
fetch-depth: 2
1616

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id-token: write
1616
steps:
1717
- name: Check out the repository
18-
uses: actions/checkout@v3.3.0
18+
uses: actions/checkout@v4.1.2
1919
with:
2020
fetch-depth: 2
2121
- name: Set up Python

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Check out the repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v4.1.2
2525

2626
- name: Set up Python ${{ matrix.python }}
2727
uses: actions/setup-python@v5.1.0
@@ -75,7 +75,7 @@ jobs:
7575
needs: tests
7676
steps:
7777
- name: Check out the repository
78-
uses: actions/checkout@v4
78+
uses: actions/checkout@v4.1.2
7979

8080
- name: Download coverage data
8181
uses: actions/download-artifact@v4.1.5

0 commit comments

Comments
 (0)