@@ -39,10 +39,10 @@ jobs:
3939
4040 steps :
4141 - name : Check out the repository
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343
4444 - name : Set up Python ${{ matrix.python }}
45- uses : actions/setup-python@v5.6 .0
45+ uses : actions/setup-python@v6.0 .0
4646 with :
4747 python-version : ${{ matrix.python }}
4848
@@ -121,12 +121,12 @@ jobs:
121121 needs : tests
122122 steps :
123123 - name : Check out the repository
124- uses : actions/checkout@v4
124+ uses : actions/checkout@v5
125125 with :
126126 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
127127
128128 - name : Set up Python
129- uses : actions/setup-python@v5.6 .0
129+ uses : actions/setup-python@v6.0 .0
130130 with :
131131 python-version : " 3.11"
132132
@@ -148,7 +148,7 @@ jobs:
148148 nox --version
149149
150150 - name : Download coverage data
151- uses : actions/download-artifact@v4
151+ uses : actions/download-artifact@v5
152152 with :
153153 pattern : coverage-data-*
154154 merge-multiple : true
@@ -174,4 +174,4 @@ jobs:
174174 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
175175 # No need to run SonarCloud analysis if dependabot update or token not defined
176176 if : env.SONAR_TOKEN != '' && (github.actor != 'dependabot[bot]')
177- uses : SonarSource/sonarqube-scan-action@v5.3 .0
177+ uses : SonarSource/sonarqube-scan-action@v6.0 .0
0 commit comments