diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7c03e41..443ead6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check code formatting run: cargo fmt -- --check @@ -35,7 +35,7 @@ jobs: id-token: write steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Log in to GitHub Container Registry uses: docker/login-action@v3