Skip to content

Commit

Permalink
Merge pull request #1497 from ryandesign/checkout@v4
Browse files Browse the repository at this point in the history
Use actions/checkout@v4
  • Loading branch information
linas authored Apr 23, 2024
2 parents 4e1ab67 + fe2ade7 commit ba1b728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bindings-js.xxx-yml-xxx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install packages
run: sudo apt-get install autoconf-archive flex libpcre2-dev
- name: autoconf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install packages
run: sudo apt-get install autoconf-archive flex libpcre2-dev
- name: autoconf
Expand Down

0 comments on commit ba1b728

Please sign in to comment.