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 2843bf9 + e8597ed commit 57987caCopy full SHA for 57987ca
.github/workflows/build-and-test.yml
@@ -22,7 +22,7 @@ jobs:
22
ports:
23
- 5432:5432
24
steps:
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
26
- name: Set up Python ${{ matrix.python-version }}
27
uses: actions/setup-python@v5
28
with:
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
- name: install memcached headers
53
run: |
54
sudo apt-get update
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
- name: Checkout repository
42
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
0 commit comments