Skip to content

Commit

Permalink
Use checkout@v2 action
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Mar 12, 2021
1 parent d6aea19 commit 69e01bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Git Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

# just for easier debugging...
- name: Inspect Installed Packages
Expand All @@ -38,7 +38,7 @@ jobs:
steps:

- name: Git Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Rubocop
run: rake check:rubocop
Expand All @@ -50,7 +50,7 @@ jobs:
steps:

- name: Git Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Package Build
run: yast-ci-ruby -o package
Expand All @@ -62,7 +62,7 @@ jobs:
steps:

- name: Git Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Yardoc
run: rake check:doc
Expand All @@ -76,7 +76,7 @@ jobs:
steps:

- name: Git Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Perl Syntax
run: yast-ci-ruby -o perl_syntax
Expand Down

0 comments on commit 69e01bd

Please sign in to comment.