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 4f86259 commit 2f5aea9Copy full SHA for 2f5aea9
.github/workflows/increment-build-number.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
with:
16
token: ${{ secrets.FIREBIRD_INC_BUILDNUM }}
17
persist-credentials: true
.github/workflows/qa.yml
@@ -15,7 +15,7 @@ jobs:
- name: Checkout firebird-qa
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
20
fetch-depth: 1
21
repository: FirebirdSQL/firebird-qa
.github/workflows/trim-trailing-spaces.yml
@@ -17,7 +17,7 @@ jobs:
- v4.0-release
22
ref: ${{ matrix.branch }}
23
persist-credentials: false
0 commit comments