Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the actions group with 5 updates #101

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].7
with:
path: nim-sys

Expand Down Expand Up @@ -128,13 +128,13 @@ jobs:
- name: Setup nimskull
id: nimskull
if: matrix.compiler.name == 'nimskull'
uses: nim-works/[email protected].0
uses: nim-works/[email protected].2
with:
nimskull-version: ${{ matrix.compiler.version }}

- name: Fetch nimble source for nimskull
if: matrix.compiler.name == 'nimskull'
uses: actions/[email protected].1
uses: actions/[email protected].7
with:
path: nimble
repository: alaviss/nimble
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
steps:
- name: Download github-pages artifact
if: needs.context.outputs.skip-reason == 'skip_after_successful_duplicate'
uses: actions/[email protected].4
uses: actions/[email protected].8
with:
name: github-pages
path: page
Expand All @@ -213,7 +213,7 @@ jobs:

- name: Upload pages artifact
if: needs.context.outputs.skip-reason == 'skip_after_successful_duplicate'
uses: actions/[email protected].1
uses: actions/[email protected].6
with:
name: github-pages
path: page/artifact.tar
Expand All @@ -222,7 +222,7 @@ jobs:

- name: Deploy page
id: deployment
uses: actions/[email protected].4
uses: actions/[email protected].5

passed:
needs: build
Expand Down
Loading