The following changes since commit 1ee0469f6d180a98d31196bea787f37269ff9cdd: configure: Don't use cross_prefix when invoking pkg-config (2024-01-23 16:28:31 -0700) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 7f250f7514bacef1a3cea24a22ecce8bd30378bd: ci: resolve GitHub Actions Node.js warnings (2024-01-24 19:45:33 +0000) ---------------------------------------------------------------- Vincent Fu (1): ci: resolve GitHub Actions Node.js warnings .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- Diff of recent changes: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8000024..e53082c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: if: ${{ contains( matrix.build, 'windows' ) }} run: git config --global core.autocrlf input - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Cygwin toolchain (Windows) if: ${{ startsWith(matrix.build, 'windows-cygwin') }} uses: cygwin/cygwin-install-action@master @@ -110,7 +110,7 @@ jobs: - name: Upload installer as artifact (Windows) if: ${{ contains( matrix.build, 'windows' ) }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.build }}-installer path: os\windows\*.msi