diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 681183c..4ff10f1 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Cache .m2 uses: actions/cache@v1 diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 13263e8..1f561b0 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Cache .m2 uses: actions/cache@v1