Skip to content

Commit

Permalink
Merge pull request #60 from nextstrain/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
victorlin authored Feb 5, 2024
2 parents e8ad4f3 + 4dd16d6 commit 2803a0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
generate-version:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: set
run: |
echo "version=$(./devel/generate-version)" | tee -a "$GITHUB_OUTPUT"
Expand All @@ -43,7 +43,7 @@ jobs:
curl -fsSL --proto 'https=' https://micro.mamba.pm/install.sh | bash
echo ~/.local/bin >> "$GITHUB_PATH"
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: ./devel/setup
- run: ./devel/build
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
curl -fsSL --proto 'https=' https://micro.mamba.pm/install.sh | bash
echo ~/.local/bin >> "$GITHUB_PATH"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: packages
Expand Down

0 comments on commit 2803a0a

Please sign in to comment.