Skip to content

Commit

Permalink
Changed CI to use macos-latest because 10.15 is no longer available.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdolinar authored and wdolinar committed May 16, 2023
1 parent 415af77 commit f5d2a12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/XmsStamper-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
# Get the Release Data
- name: Get Release
id: git_release
uses: bruceadams/get-release@v1.2.1
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ secrets.AQUAVEO_GITHUB_TOKEN }}
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
# Get the Release Data
- name: Get Release
id: git_release
uses: bruceadams/get-release@v1.2.1
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ secrets.AQUAVEO_GITHUB_TOKEN }}
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:
# Get the Release Data
- name: Get Release
id: git_release
uses: bruceadams/get-release@v1.2.1
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ secrets.AQUAVEO_GITHUB_TOKEN }}
if: startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion _package/xms/stamper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from . import stamping # NOQA: F401
from .api.stamp import stamp # NOQA: F401

__version__ = '6.0.6'
__version__ = '6.0.7'

0 comments on commit f5d2a12

Please sign in to comment.