We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdec2fa commit e064f69Copy full SHA for e064f69
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
fetch-depth: 0
81
82
- name: Set up Python ${{ matrix.python-version }}
83
- uses: actions/setup-python@v5.4.0
+ uses: actions/setup-python@v5.5.0
84
with:
85
python-version: ${{ matrix.python-version }}
86
allow-prereleases: true
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
echo "VERSION=${GITHUB_REF_NAME#v}" | tee -a $GITHUB_ENV
34
35
- name: Set up Python
36
37
38
python-version: "3.X"
39
changes/582.misc.rst
@@ -0,0 +1 @@
1
+Updated actions/setup-python from 5.4.0 to 5.5.0.
0 commit comments