Skip to content

Commit 62e2ac2

Browse files
chore(deps): update pdm-project/setup-pdm digest to 568ddd6 (#472)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent c42d7a3 commit 62e2ac2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1111
with:
1212
fetch-depth: 0
13-
- uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
13+
- uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
1414
with:
1515
cache: true
1616
python-version: ${{ matrix.python-version }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
77
with:
88
fetch-depth: 0
9-
- uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
9+
- uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
1010
with:
1111
cache: true
1212
python-version: "3.12"
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-22.04
109109
steps:
110110
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
111-
- uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
111+
- uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
112112
with:
113113
cache: true
114114
python-version: "3.12"

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1212
with:
1313
fetch-depth: 0
14-
- uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
14+
- uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
1515
with:
1616
cache: true
1717
python-version: {{ '${{ matrix.python-version }}' }}

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
88
with:
99
fetch-depth: 0
10-
- uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
10+
- uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
1111
with:
1212
cache: true
1313
python-version: "{{ default_py }}"
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: ubuntu-22.04
120120
steps:
121121
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
122-
- uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
122+
- uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
123123
with:
124124
cache: true
125125
python-version: "{{ default_py }}"

0 commit comments

Comments
 (0)