Skip to content

Commit 443a4e7

Browse files
authored
Merge pull request #55 from cybertec-postgresql/dependabot/github_actions/actions/checkout-4
[+] bump `actions/checkout` from 3 to 4
2 parents 206400a + 11e111c commit 443a4e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Install Lazarus
1919
uses: gcarreno/setup-lazarus@v3.2

.github/workflows/daily-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222

2323
- name: Check out the latest version
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Install Lazarus
2727
uses: gcarreno/setup-lazarus@v3.2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Install Lazarus
2020
uses: gcarreno/setup-lazarus@v3.2

0 commit comments

Comments
 (0)