Skip to content

Commit

Permalink
chore: Update checkout and node versions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MantasGurskis committed Jan 15, 2025
1 parent 98dc65d commit c504592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build_test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build docker image
run: >
docker build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.repository == 'facebookincubator/below'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build docker image
run: >
docker build
Expand Down

0 comments on commit c504592

Please sign in to comment.