We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f66fb commit 9a95a51Copy full SHA for 9a95a51
1 file changed
.github/workflows/ci.yml
@@ -113,12 +113,12 @@ jobs:
113
114
steps:
115
- name: Checkout
116
- uses: actions/checkout@v6.0.1
+ uses: actions/checkout@v6.0.2
117
with:
118
fetch-depth: 0
119
120
- name: Set up Python
121
- uses: actions/setup-python@v6.1.0
+ uses: actions/setup-python@v6.2.0
122
if: matrix.python-version != 'system'
123
124
python-version: ${{ matrix.python-version }}
0 commit comments