Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/STNS/libnss
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Oct 4, 2023
2 parents 9714c11 + 5298b61 commit faecd5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache assets
uses: actions/cache@v3
with:
Expand All @@ -16,7 +16,7 @@ jobs:
restore-keys: |
${{ runner.os }}-build-
${{ runner.os }}-
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test
run: make test_on_docker
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: build
run: make pkg
- name: donwload ghr
Expand Down

0 comments on commit faecd5f

Please sign in to comment.