From 6c32327752fa0aaf70177c80dc8e43c8ff154ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henning=20P=C3=B6ttker?= <25299532+hpoettker@users.noreply.github.com> Date: Sun, 19 Apr 2026 22:35:46 +0200 Subject: [PATCH] Update GitHub checkout action --- .github/workflows/build.yml | 6 +++--- .github/workflows/codecov.yml | 2 +- .gitignore | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d996f9c1..b24bfad9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test" - name: Install packages run: sudo apt install gcc-9 gcc-10 gcc-11 gcc-12 - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Autoconf run: autoreconf -i -f - name: Configure @@ -44,7 +44,7 @@ jobs: steps: - name: Install packages run: brew install automake libtool - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Autoconf run: autoreconf -i -f - name: Configure @@ -83,7 +83,7 @@ jobs: base-devel gcc libiconv-devel - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Autoconf run: autoreconf -i -f - name: Configure diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index a4de136a..95482f1c 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -6,7 +6,7 @@ jobs: steps: - name: Install packages run: sudo apt install gettext - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Autoconf run: autoreconf -i -f - name: Configure diff --git a/.gitignore b/.gitignore index c9009951..f4ca3daf 100644 --- a/.gitignore +++ b/.gitignore @@ -14,11 +14,13 @@ config.log config.status config.sub configure +configure~ depcomp install-sh libreadstat.la libtool ltmain.sh +m4/ Makefile Makefile.in missing @@ -31,6 +33,7 @@ test_readstat *.log *.trs test_csv_to_dta* +.vs/ .vscode/ *.swp dev/