diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d48ed9e..e408cbd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: steps: # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Matrix Variables run: | diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index e1a4b06..aa9bc78 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -9,6 +9,6 @@ jobs: name: Conventional Commits runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: webiny/action-conventional-commits@v1.1.0