diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 11d07ff..1683cfd 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Gather metadata id: meta diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 45704aa..a3c8b53 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Gather metadata id: meta