Skip to content

Commit

Permalink
Merge pull request #554 from kojix2/update-checkout
Browse files Browse the repository at this point in the history
update version of checkout in ci
  • Loading branch information
subwaystation authored Feb 7, 2024
2 parents 3d4e1e8 + 8c2c628 commit c5093a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build_and_test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install required packages
run: sudo apt-get update && sudo apt-get install -y
git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Docker login
env:
Expand Down

0 comments on commit c5093a3

Please sign in to comment.