Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CICD-base workflow #34

Merged
merged 3 commits into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.765
tyamaguchi-ucla marked this conversation as resolved.
Show resolved Hide resolved
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
Loading