From 9f244fc777981247e4c18a722d631b918aa218f2 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sat, 28 Jan 2023 12:09:35 +0100 Subject: [PATCH] actions/checkout@v2 => actions/checkout@v3 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/i586-mingw32msvc.yml | 2 +- .github/workflows/i686-w64-mingw32.yml | 2 +- .github/workflows/main.yml | 4 ++-- .github/workflows/miniupnpd.yml | 2 +- .github/workflows/x86_64-w64-mingw32.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0023af8..eb1d680 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/i586-mingw32msvc.yml b/.github/workflows/i586-mingw32msvc.yml index a750240..6983510 100644 --- a/.github/workflows/i586-mingw32msvc.yml +++ b/.github/workflows/i586-mingw32msvc.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: download packages run: wget -c https://launchpad.net/ubuntu/+archive/primary/+files/mingw32-binutils_2.20-0.2ubuntu1_amd64.deb https://launchpad.net/ubuntu/+archive/primary/+files/mingw32-runtime_3.15.2-0ubuntu1_all.deb https://launchpad.net/ubuntu/+archive/primary/+files/mingw32_4.2.1.dfsg-2ubuntu1_amd64.deb diff --git a/.github/workflows/i686-w64-mingw32.yml b/.github/workflows/i686-w64-mingw32.yml index affb098..56bb25c 100644 --- a/.github/workflows/i686-w64-mingw32.yml +++ b/.github/workflows/i686-w64-mingw32.yml @@ -20,7 +20,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: install packages run: sudo apt-get install gcc-mingw-w64-i686 mingw-w64-tools diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 526c4f4..bb7a527 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: build miniupnpc with make run: make -C miniupnpc all check @@ -43,7 +43,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: install packages run: sudo apt-get install libnfnetlink-dev diff --git a/.github/workflows/miniupnpd.yml b/.github/workflows/miniupnpd.yml index cb0d1bd..b072c10 100644 --- a/.github/workflows/miniupnpd.yml +++ b/.github/workflows/miniupnpd.yml @@ -22,7 +22,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: install packages run: sudo apt-get install libiptc-dev libxtables-dev libnfnetlink-dev libnftnl-dev libmnl-dev libssl-dev diff --git a/.github/workflows/x86_64-w64-mingw32.yml b/.github/workflows/x86_64-w64-mingw32.yml index 87bf0fb..b1b896a 100644 --- a/.github/workflows/x86_64-w64-mingw32.yml +++ b/.github/workflows/x86_64-w64-mingw32.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: install packages run: sudo apt-get install gcc-mingw-w64-x86-64 mingw-w64-tools