diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index a4020c5..a1e38b9 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Cache .m2 uses: actions/cache@v4 diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index f443d8c..a20454e 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Cache .m2 uses: actions/cache@v4