Skip to content

Commit

Permalink
ci: Bump actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Feb 10, 2024
1 parent 1383873 commit aa29d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
steps:
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build
run: |
docker pull navsyslab/qnx:v1.1
Expand Down

0 comments on commit aa29d8b

Please sign in to comment.