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 ac91541 commit abff0e8Copy full SHA for abff0e8
.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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
38
- name: 📖 Check format
39
run: cargo --color always fmt --all -- --check
0 commit comments