Skip to content

Commit 15e7a56

Browse files
authored
Update GitHub checkout action (#368)
1 parent 52ad5a2 commit 15e7a56

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
1212
- name: Install packages
1313
run: sudo apt install gcc-9 gcc-10 gcc-11 gcc-12
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v6
1515
- name: Autoconf
1616
run: autoreconf -i -f
1717
- name: Configure
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- name: Install packages
4646
run: brew install automake libtool
47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v6
4848
- name: Autoconf
4949
run: autoreconf -i -f
5050
- name: Configure
@@ -83,7 +83,7 @@ jobs:
8383
base-devel
8484
gcc
8585
libiconv-devel
86-
- uses: actions/checkout@v2
86+
- uses: actions/checkout@v6
8787
- name: Autoconf
8888
run: autoreconf -i -f
8989
- name: Configure

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- name: Install packages
88
run: sudo apt install gettext
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v6
1010
- name: Autoconf
1111
run: autoreconf -i -f
1212
- name: Configure

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ config.log
1414
config.status
1515
config.sub
1616
configure
17+
configure~
1718
depcomp
1819
install-sh
1920
libreadstat.la
2021
libtool
2122
ltmain.sh
23+
m4/
2224
Makefile
2325
Makefile.in
2426
missing
@@ -31,6 +33,7 @@ test_readstat
3133
*.log
3234
*.trs
3335
test_csv_to_dta*
36+
.vs/
3437
.vscode/
3538
*.swp
3639
dev/

0 commit comments

Comments
 (0)