diff --git a/.github/workflows/chrony.yml b/.github/workflows/chrony.yml index 83ab7fb..2d9960c 100644 --- a/.github/workflows/chrony.yml +++ b/.github/workflows/chrony.yml @@ -35,7 +35,7 @@ jobs: - chrony steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v1 with: path: ansible_collections/ericsysmin/system diff --git a/.github/workflows/epel.yml b/.github/workflows/epel.yml index 7a8fa82..a3b7eee 100644 --- a/.github/workflows/epel.yml +++ b/.github/workflows/epel.yml @@ -27,7 +27,7 @@ jobs: - epel steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v1 with: path: ansible_collections/ericsysmin/system diff --git a/.github/workflows/logrotate.yml b/.github/workflows/logrotate.yml index a118d8c..b3222ad 100644 --- a/.github/workflows/logrotate.yml +++ b/.github/workflows/logrotate.yml @@ -35,7 +35,7 @@ jobs: - logrotate steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v1 with: path: ansible_collections/ericsysmin/system diff --git a/.github/workflows/ntp.yml b/.github/workflows/ntp.yml index 04c0f53..f9b3394 100644 --- a/.github/workflows/ntp.yml +++ b/.github/workflows/ntp.yml @@ -30,7 +30,7 @@ jobs: - ntp steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v1 with: path: ansible_collections/ericsysmin/system diff --git a/.github/workflows/remi_repo.yml b/.github/workflows/remi_repo.yml index 4a25b0b..e42e60b 100644 --- a/.github/workflows/remi_repo.yml +++ b/.github/workflows/remi_repo.yml @@ -30,7 +30,7 @@ jobs: - remi_repo steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v1 with: path: ansible_collections/ericsysmin/system diff --git a/.github/workflows/selinux.yml b/.github/workflows/selinux.yml index 044e460..35f2d29 100644 --- a/.github/workflows/selinux.yml +++ b/.github/workflows/selinux.yml @@ -27,7 +27,7 @@ jobs: - selinux steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v1 with: path: ansible_collections/ericsysmin/system