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 1a7e1d6 + 7163b63 commit 063f1caCopy full SHA for 063f1ca
.github/workflows/locale.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout repository
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
26
with:
27
fetch-depth: 0
28
.github/workflows/ubuntu.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
13
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
16
- name: Get postgres version
17
run: |
.github/workflows/website.yml
@@ -17,7 +17,7 @@ jobs:
18
19
20
21
0 commit comments