Skip to content

Commit 56c591f

Browse files
committed
Use checkout@v3
1 parent c86203e commit 56c591f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
PGXN_PASSWORD: ${{ secrets.PGXN_PASSWORD }}
1414
steps:
1515
- name: Check out the repo
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
- name: Bundle the Release
1818
id: bundle
1919
run: pgxn-bundle

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
UPDATE_FROM: "${{ matrix.update_from }}"
3333
steps:
3434
- run: pg-start ${{ matrix.version }}
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v3
3636

3737
# Basic regression test.
3838
- run: pg-build-test

0 commit comments

Comments
 (0)