Skip to content

Commit

Permalink
Retry with instead bumping GitHub Actions to version 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gwillcox-r7 committed Oct 19, 2022
1 parent ca2931c commit 69984b0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/verify.yml
Expand Up @@ -33,9 +33,7 @@ jobs:
name: Docker Build
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
node-version: 16.x
uses: actions/checkout@v3

- name: docker-compose build
run: |
Expand Down Expand Up @@ -95,9 +93,7 @@ jobs:
run: sudo apt-get install libpcap-dev graphviz

- name: Checkout code
uses: actions/checkout@v2
with:
node-version: 16.x
uses: actions/checkout@v3

- name: Setup Ruby
env:
Expand Down

0 comments on commit 69984b0

Please sign in to comment.