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.
2 parents 90183b6 + ff86b72 commit 5188931Copy full SHA for 5188931
.github/workflows/build-and-test.yml
@@ -21,6 +21,6 @@ jobs:
21
ports:
22
- 5432:5432
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
- name: Build with Makefile
26
run: make
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Checkout repository
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
0 commit comments