Skip to content

Commit

Permalink
build: use actions/checkout v2
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jan 22, 2021
1 parent 84d140e commit a2d96c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/glpi-agent-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Install cpanminus
run: |
sudo apt -y install cpanminus libmodule-install-perl
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Update environment
run: |
echo 'C:\Strawberry\perl\bin' >> $GITHUB_PATH
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Update environment
run: |
PERL_VERSION=$(perl -MConfig -e 'print $Config{version}')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/glpi-agent-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
needs: create-release

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Create folder for cached datas
run: |
mkdir C:\Strawberry-perl-for-GLPI-Agent_build\restore
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
needs: create-release

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Restore points cache
uses: pat-s/[email protected]
with:
Expand Down

0 comments on commit a2d96c4

Please sign in to comment.