Skip to content

Commit

Permalink
Upgrade docker-run-action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Apr 14, 2021
1 parent b733f49 commit 0fc8198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: addnab/docker-run-action@v1
- uses: addnab/docker-run-action@v3
with:
image: ${{ matrix.image }}
options: -v ${{ github.workspace }}:/work
Expand Down

0 comments on commit 0fc8198

Please sign in to comment.