Skip to content

Commit 275882f

Browse files
ci: bump actions/checkout from 3 to 4 (#75)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- 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 4c8a78f commit 275882f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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@v3
10+
- uses: actions/checkout@v4
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.1.4
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 2
1616

.github/workflows/release-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
packages: write
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Set up QEMU
1818
uses: docker/setup-qemu-action@v3
1919
- name: Set up Docker Buildx

.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@v4.1.4
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 2
2121
- name: Set up Python

.github/workflows/test-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Buld dockerimage
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Set up QEMU
1515
uses: docker/setup-qemu-action@v3
1616
- name: Set up Docker Buildx

.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.1.4
24+
uses: actions/checkout@v4
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.1.4
78+
uses: actions/checkout@v4
7979

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

0 commit comments

Comments
 (0)