Skip to content

Commit

Permalink
Bump actions/checkout from 3.6.0 to 4.1.0 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent caf6005 commit 2cedcad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0

- name: Run tests
run: |
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
status: STARTING
color: warning

- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0

- name: Set up QEMU
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.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@v3.6.0
- uses: actions/checkout@v4.1.0

- name: Run tests
run: |
Expand Down

0 comments on commit 2cedcad

Please sign in to comment.