diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35deb3a..9629eb6 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@v2 + uses: actions/checkout@v3 - 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 915e257..e1a4b06 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@v2 + - uses: actions/checkout@v3 - uses: webiny/action-conventional-commits@v1.1.0