diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2a8e0d4..8c457a1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK 17 uses: actions/setup-java@v4 with: diff --git a/.github/workflows/sync-protos.yml b/.github/workflows/sync-protos.yml index 6ee5b14..9bb0f64 100644 --- a/.github/workflows/sync-protos.yml +++ b/.github/workflows/sync-protos.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Clone inventory-api repo run: git clone --depth=1 https://github.com/project-kessel/inventory-api.git - name: Copy proto files