Upgrade actions/checkout to 4 version (#1261)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-05 14:14:40 +02:00 committed by GitHub
parent 2a695ea855
commit ea96379905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 11 deletions

View File

@ -26,7 +26,7 @@ jobs:
libhiredis-dev \
libmongoc-dev \
libmicrohttpd-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prometheus support
run: |
wget https://github.com/digitalocean/prometheus-client-c/releases/download/v0.1.3/libprom-dev-0.1.3-Linux.deb && \

View File

@ -30,7 +30,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- if: matrix.language == 'cpp'
name: Build C

View File

@ -34,7 +34,7 @@ jobs:
- s390x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # for correct image labeling via `git describe --tags`
- uses: docker/setup-qemu-action@v2
@ -98,7 +98,7 @@ jobs:
- s390x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v2
- run: make npm.install
working-directory: docker/coturn/
@ -150,7 +150,7 @@ jobs:
dist: ["alpine", "debian"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Parse Docker image name from Git repository name
id: image
@ -260,7 +260,7 @@ jobs:
needs: ["push"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Parse semver versions from Git tag
id: semver

View File

@ -22,7 +22,7 @@ jobs:
libmongoc-dev \
libmicrohttpd-dev \
clang-format
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: lint

View File

@ -10,7 +10,7 @@ jobs:
builds:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: |
# Unlink and re-link to prevent errors when github mac runner images

View File

@ -25,7 +25,7 @@ jobs:
INSTALL_DIR: ${{github.workspace}}\.cache\install_mingw_2022_02_15
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
#with:
#fetch-depth: 0

View File

@ -48,7 +48,7 @@ jobs:
shell: cmd
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

View File

@ -37,7 +37,7 @@ jobs:
wget https://github.com/digitalocean/prometheus-client-c/releases/download/v0.1.3/libpromhttp-dev-0.1.3-Linux.deb && \
apt install ./libprom-dev-0.1.3-Linux.deb ./libpromhttp-dev-0.1.3-Linux.deb && \
rm ./libprom-dev-0.1.3-Linux.deb ./libpromhttp-dev-0.1.3-Linux.deb
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: make