Skip to content

Commit

Permalink
Update to actions/checkout@v4 🙃
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed May 23, 2024
1 parent c7cc340 commit fc1a4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: tianon/debian-moby-action@HEAD # drinking our own champagne

- name: Checkout debian-bin
uses: actions/checkout@v3 # https://github.com/tianon/debian-bin
uses: actions/checkout@v4 # https://github.com/tianon/debian-bin
with:
repository: tianon/debian-bin
ref: 5cbd9464fdc4a128856aacecb047516390edfff3
Expand Down

0 comments on commit fc1a4c6

Please sign in to comment.