We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86203e commit 56c591fCopy full SHA for 56c591f
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
PGXN_PASSWORD: ${{ secrets.PGXN_PASSWORD }}
14
steps:
15
- name: Check out the repo
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
- name: Bundle the Release
18
id: bundle
19
run: pgxn-bundle
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
UPDATE_FROM: "${{ matrix.update_from }}"
33
34
- run: pg-start ${{ matrix.version }}
35
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
36
37
# Basic regression test.
38
- run: pg-build-test
0 commit comments