diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-11-13 13:03:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-13 13:03:17 +0100 |
commit | dcf067ccc032fc60fe8943682aa3978c9e4e16c7 (patch) | |
tree | 4817dac8154f320f47ed26d1eeb3bf5a037565c9 /.github/workflows/object-storage-azure.yml | |
parent | d660b0813a8fda5722f868cc08e371d0308b8258 (diff) | |
parent | 0a6c8b46fe323ba0a04fa9badeeb1df32c88a1d0 (diff) | |
download | nextcloud-server-dcf067ccc032fc60fe8943682aa3978c9e4e16c7.tar.gz nextcloud-server-dcf067ccc032fc60fe8943682aa3978c9e4e16c7.zip |
Merge pull request #49041 from nextcloud/dependabot/github_actions/github-actions-52fdf4f9c4
Diffstat (limited to '.github/workflows/object-storage-azure.yml')
-rw-r--r-- | .github/workflows/object-storage-azure.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/object-storage-azure.yml b/.github/workflows/object-storage-azure.yml index 8a94a181890..166d0a0e014 100644 --- a/.github/workflows/object-storage-azure.yml +++ b/.github/workflows/object-storage-azure.yml @@ -69,7 +69,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: submodules: true @@ -105,7 +105,7 @@ jobs: - name: Upload code coverage if: ${{ !cancelled() && matrix.coverage }} - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: files: ./clover.xml flags: phpunit-azure |