Skip to content

Commit 7a1fb24

Browse files
ci: bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6fe1b52 commit 7a1fb24

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/dockerhub-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
update-description:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414

1515
- uses: peter-evans/dockerhub-description@v5
1616
with:

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424

2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
- name: Set up Python ${{ matrix.python-version }}
3030
uses: actions/setup-python@v6
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

3434
- name: Cache pip packages
35-
uses: actions/cache@v5
35+
uses: actions/cache@v6
3636
with:
3737
path: ~/.cache/pip
3838
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/requirements*.txt') }}
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Checkout code
71-
uses: actions/checkout@v6
71+
uses: actions/checkout@v7
7272

7373
- name: Set up Docker Buildx
7474
uses: docker/setup-buildx-action@v4
@@ -112,7 +112,7 @@ jobs:
112112

113113
steps:
114114
- name: Checkout code
115-
uses: actions/checkout@v6
115+
uses: actions/checkout@v7
116116
with:
117117
fetch-depth: 0
118118

@@ -159,7 +159,7 @@ jobs:
159159

160160
steps:
161161
- name: Checkout code
162-
uses: actions/checkout@v6
162+
uses: actions/checkout@v7
163163
with:
164164
fetch-depth: 0
165165

0 commit comments

Comments
 (0)