diff --git a/.github/workflows/ramius.yml b/.github/workflows/ramius.yml index 922e899..1b0cf1d 100644 --- a/.github/workflows/ramius.yml +++ b/.github/workflows/ramius.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: retrieve ${{ github.event.repository.name }} project - uses: actions/checkout@v5 + uses: actions/checkout@v6 - id: semver_tag name: retrieve semantic version of latest tag @@ -26,7 +26,7 @@ jobs: needs: [ job_setup ] steps: - name: retrieve ${{ github.event.repository.name }} project - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: setup buildx uses: docker/setup-buildx-action@v3