Skip to content

Commit

Permalink
Update Rebuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egagli authored Jan 7, 2025
1 parent 4495232 commit a60f6b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:

jobs:
trigger-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Get CalenderVersion UTC Date
id: calver
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Update lockfile
run: |
sed -i "1s/.*/#REBUILD/" conda-linux-64.lock
# https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit a60f6b8

Please sign in to comment.