Skip to content

Commit 134c82c

Browse files
author
Lukas Hutak
committed
CI: replace actions/checkout@v1 with actions/checkout@v2
1 parent d26c57f commit 134c82c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Build on ${{ matrix.image }}
1414
container: ${{ matrix.image }}
1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v2
1717

1818
# Dependencies ---------------------------------------------------------------------------
1919
- name: Install dependencies (Ubuntu/Debian)

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
container: ${{ matrix.image }}
1616

1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v2
1919
- name: Define global variables
2020
run: echo "::set-output name=zip_file::libfds-${IMAGE//:/}-$GITHUB_SHA.zip"
2121
shell: bash
@@ -62,7 +62,7 @@ jobs:
6262
container: ${{ matrix.image }}
6363

6464
steps:
65-
- uses: actions/checkout@v1
65+
- uses: actions/checkout@v2
6666
- name: Define global variables
6767
run: echo "::set-output name=zip_file::libfds-${IMAGE//:/}-$GITHUB_SHA.zip"
6868
env:

0 commit comments

Comments
 (0)