Skip to content

Commit

Permalink
Merge pull request #22 from glotzerlab/dependabot-github_actions-trun…
Browse files Browse the repository at this point in the history
…k-actions-version-3944db0b0f

Bump the actions-version group with 3 updates
  • Loading branch information
joaander authored Jan 6, 2025
2 parents a36a971 + 0c63e95 commit ad597de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-conda-lockfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
path: code
ref: ${{ inputs.branch }}

- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
id: generate-token
with:
app-id: ${{ secrets.PR_SUBMITTER_APP_ID }}
private-key: ${{ secrets.PR_SUBMITTER_PRIVATE_KEY }}

- name: Create python environment
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3
with:
micromamba-version: '2.0.2-2'
environment-name: update
Expand All @@ -50,7 +50,7 @@ jobs:
working-directory: code/${{ inputs.path }}

- name: Create pull request
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
with:
base: ${{ inputs.branch }}
path: code
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-uv-lockfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
path: code
ref: ${{ inputs.branch }}

- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
id: generate-token
with:
app-id: ${{ secrets.PR_SUBMITTER_APP_ID }}
private-key: ${{ secrets.PR_SUBMITTER_PRIVATE_KEY }}

- name: Create python environment
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3
with:
micromamba-version: '2.0.2-2'
environment-name: update
Expand All @@ -50,7 +50,7 @@ jobs:
working-directory: code/${{ inputs.path }}

- name: Create pull request
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
with:
base: ${{ inputs.branch }}
path: code
Expand Down

0 comments on commit ad597de

Please sign in to comment.