Skip to content

Commit

Permalink
Merge pull request #1994 from glotzerlab/dependabot-github_actions-tr…
Browse files Browse the repository at this point in the history
…unk-patch-actions-version-934984fd30

Bump the actions-version group with 3 updates
  • Loading branch information
joaander authored Feb 3, 2025
2 parents 4671fe5 + 5b27d34 commit 65ceac3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
submodules: true

- name: Create Python Environment
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4
with:
micromamba-version: '2.0.2-2'
environment-name: test
Expand Down Expand Up @@ -188,13 +188,13 @@ jobs:
run: tar --use-compress-program='zstd -10 -T0' -cvf install.tar install

- name: 'Upload build'
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: build-${{ inputs.config }}-${{ github.sha }}
path: build.tar
retention-days: 7
- name: 'Upload install'
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: install-${{ inputs.config }}-${{ github.sha }}
path: install.tar
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
path: code

- name: Create Python Environment
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4
with:
micromamba-version: '2.0.2-2'
environment-name: test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: tar -cvJf ${name}-${tag:1}.tar.xz ${name}-${tag:1}

- name: Upload release files
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: release
path: |
Expand All @@ -86,7 +86,7 @@ jobs:
name: release

- name: Create release
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
if: startsWith(github.ref, 'refs/tags/v')
with:
files: "*.tar.*"
Expand Down

0 comments on commit 65ceac3

Please sign in to comment.