Skip to content

Commit a05bd4c

Browse files
author
Lukas Hutak
committed
CI: replace actions/checkout@v1 with actions/checkout@v2
1 parent 90265b9 commit a05bd4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Build on ${{ matrix.image }}
2121
container: ${{ matrix.image }}
2222
steps:
23-
- uses: actions/checkout@v1
23+
- uses: actions/checkout@v2
2424

2525
# Dependencies ---------------------------------------------------------------------------
2626
- name: Install dependencies for libfds and IPFIXcol2 (Ubuntu/Debian)

.github/workflows/packages.yml

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

2424
steps:
25-
- uses: actions/checkout@v1
25+
- uses: actions/checkout@v2
2626
- name: Define global variables
2727
run: echo "::set-output name=zip_file::ipfixcol2-${IMAGE//:/}-$GITHUB_SHA.zip"
2828
shell: bash
@@ -91,7 +91,7 @@ jobs:
9191
container: ${{ matrix.image }}
9292

9393
steps:
94-
- uses: actions/checkout@v1
94+
- uses: actions/checkout@v2
9595
- name: Prepare environment and variables
9696
run: |
9797
echo "::set-output name=zip_file::ipfixcol2-${IMAGE//:/}-$GITHUB_SHA.zip"

0 commit comments

Comments
 (0)