Skip to content

Commit

Permalink
Moving from master to version tags.
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Metcalf <metcalfc@gmail.com>
  • Loading branch information
metcalfc committed Sep 9, 2020
1 parent 69a276e commit 8e9f1ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
uses: docker/setup-buildx-action@v1

- name: Cache Docker layers
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
uses: docker/setup-buildx-action@v1

- name: Cache Docker layers
uses: actions/cache@v2
Expand Down

0 comments on commit 8e9f1ec

Please sign in to comment.