Skip to content

Commit fe668b8

Browse files
committed
[+] bump actions/checkout from 2 to 3
1 parent b0927a4 commit fe668b8

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
lazarus-versions: [stable] #[dist, stable, 2.0.12, 2.0.10, 2.0.8, 2.0.6]
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
17+
1718
- name: Install Lazarus
1819
uses: gcarreno/setup-lazarus@v3.2
1920
with:

.github/workflows/daily-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919

2020
- name: Check out the latest version
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222

2323
- name: Install Lazarus
2424
uses: gcarreno/setup-lazarus@v3.2

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
lazarus-versions: [stable] #[dist, stable, 2.0.12, 2.0.10, 2.0.8, 2.0.6]
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
18+
1819
- name: Install Lazarus
1920
uses: gcarreno/setup-lazarus@v3.2
2021
with:

0 commit comments

Comments
 (0)