diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95c9bad..8b94f7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: run: dnf install -y rpm-ostree selinux-policy selinux-policy-targeted policycoreutils podman - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login run: podman login --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} ghcr.io 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