Skip to content

Commit ea6e1ac

Browse files
authored
Merge pull request #58 from cybertec-postgresql/dependabot/github_actions/actions/checkout-4
[+] bump `actions/checkout` from 3 to 4
2 parents 2956d94 + 786175a commit ea6e1ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: '3.11.4'
1616

1717
- name: Checkout code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Build project # This would actually build your project, using zip for an example artifact
2121
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: '3.11.4'
1616

1717
- name: Check out code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Test
2121
run: |

0 commit comments

Comments
 (0)