Skip to content

Commit

Permalink
Bump actions/checkout to version 3.x to use NodeJS 16.x instead of de…
Browse files Browse the repository at this point in the history
…precated NodeJS 12
  • Loading branch information
gwillcox-r7 committed Oct 19, 2022
1 parent a4acd8a commit 2d2ab6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Docker Build
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

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

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Ruby
env:
Expand Down

0 comments on commit 2d2ab6b

Please sign in to comment.