2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v4.2.2
24+ uses : actions/checkout@v5.0.0
2525
2626 - name : Set up .NET ${{ env.DOTNET_VERSION }}
2727 uses : actions/setup-dotnet@v4.3.1
4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Checkout repository
50- uses : actions/checkout@v4.2.2
50+ uses : actions/checkout@v5.0.0
5151
5252 - name : Lint commit messages
5353 uses : wagoid/commitlint-github-action@v6.2.1
@@ -84,16 +84,16 @@ jobs:
8484 service : [codecov, codacy]
8585 steps :
8686 - name : Checkout repository
87- uses : actions/checkout@v4.2.2
87+ uses : actions/checkout@v5.0.0
8888
8989 - name : Download Cobertura coverage report artifact
90- uses : actions/download-artifact@v4.3 .0
90+ uses : actions/download-artifact@v5.0 .0
9191 with :
9292 name : cobertura.xml
9393
9494 - name : Upload Cobertura coverage report to ${{ matrix.service }}
9595 if : ${{ matrix.service == 'codecov' }}
96- uses : codecov/codecov-action@v5.4.3
96+ uses : codecov/codecov-action@v5.5.0
9797 with :
9898 token : ${{ secrets.CODECOV_TOKEN }}
9999 files : cobertura.xml
@@ -117,10 +117,10 @@ jobs:
117117
118118 steps :
119119 - name : Checkout repository
120- uses : actions/checkout@v4.2.2
120+ uses : actions/checkout@v5.0.0
121121
122122 - name : Log in to GitHub Container Registry
123- uses : docker/login-action@v3.4 .0
123+ uses : docker/login-action@v3.5 .0
124124 with :
125125 registry : ghcr.io
126126 username : ${{ github.actor }}
0 commit comments