Skip to content

Commit

Permalink
Merge pull request #34 from uclahs-cds/danknight-cicd-base
Browse files Browse the repository at this point in the history
Update CICD-base workflow
  • Loading branch information
dan-knight authored Aug 23, 2023
2 parents 8bd7ccb + 2f9678a commit 81b03a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CICD-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:

# Run CICD-base
- name: CICD-base
uses: docker://blcdsdockerregistry/cicd-base:latest
uses: docker://ghcr.io/uclahs-cds/cicd-base:latest
env:
VALIDATE_R: false
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: VennDiagram
Version: 1.7.5
Version: 1.7.6
Type: Package
Title: Generate High-Resolution Venn and Euler Plots
Date: 2022-09-19
Date: 2023-08-23
Author: Hanbo Chen
Maintainer: Paul Boutros <[email protected]>
Imports:
Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
VennDiagram 1.7.6 2023-08-23 (Dan Knight)
---------------------------------------------------------------------------------------------------
MINOR UPDATE
* Update CICD-base workflow

VennDiagram 1.7.5 2023-02-28 (Stefan Eng)
---------------------------------------------------------------------------------------------------
MINOR UPDATE
Expand Down

0 comments on commit 81b03a9

Please sign in to comment.