8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00

Missed part for #8009 - Update github actions.

This commit is contained in:
Vlad Khorsun 2024-06-13 14:28:39 +03:00
parent de9c011790
commit fe2af34e81

View File

@ -9,7 +9,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 10 fetch-depth: 10
@ -50,7 +50,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 10 fetch-depth: 10
@ -132,7 +132,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 10 fetch-depth: 10
@ -170,7 +170,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 10 fetch-depth: 10
@ -210,7 +210,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 10 fetch-depth: 10
@ -232,7 +232,7 @@ jobs:
- name: Cache - libc++ install - name: Cache - libc++ install
id: cache-libcxx-install-macos id: cache-libcxx-install-macos
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
key: ${{ runner.os }}-libcxx-install-13.0.1 key: ${{ runner.os }}-libcxx-install-13.0.1
path: | path: |
@ -267,7 +267,7 @@ jobs:
- name: Cache - libicu install - name: Cache - libicu install
id: cache-libicu-install-macos id: cache-libicu-install-macos
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
key: ${{ runner.os }}-libicu-install-63.2 key: ${{ runner.os }}-libicu-install-63.2
path: | path: |