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 1eb0e35 commit ac91541Copy full SHA for ac91541
.github/workflows/ci_pr_tests.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Start - PG ${{ matrix.pg }}
24
run: pg-start ${{ matrix.pg }}
25
- name: Check out the repo - PG ${{ matrix.pg }}
26
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
27
- name: 🧪 Test - PG ${{ matrix.pg }}
28
run: pgrx-build-test
29
- name: 📎 Clippy - PG ${{ matrix.pg }}
@@ -34,6 +34,6 @@ jobs:
34
runs-on: ubuntu-latest
35
container: pgxn/pgxn-tools
36
steps:
37
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
38
- name: 📖 Check format
39
run: cargo --color always fmt --all -- --check
0 commit comments