Skip to content

Commit

Permalink
change version of checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Anderson committed Feb 4, 2024
1 parent 2d81203 commit 95c39f9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chrony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/epel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/logrotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ntp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remi_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/selinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 95c39f9

Please sign in to comment.