Skip to content

Commit

Permalink
build(deps): bump the actions group with 5 updates (#101)
Browse files Browse the repository at this point in the history
Bumps the actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `4.1.7` |
| [nim-works/setup-nimskull](https://github.com/nim-works/setup-nimskull) | `0.1.0` | `0.1.2` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.4` | `4.1.8` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.1` | `4.3.6` |
| [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4.0.4` | `4.0.5` |


Updates `actions/checkout` from 4.1.1 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.7)

Updates `nim-works/setup-nimskull` from 0.1.0 to 0.1.2
- [Release notes](https://github.com/nim-works/setup-nimskull/releases)
- [Commits](nim-works/setup-nimskull@0.1.0...0.1.2)

Updates `actions/download-artifact` from 4.1.4 to 4.1.8
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.4...v4.1.8)

Updates `actions/upload-artifact` from 4.3.1 to 4.3.6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.1...v4.3.6)

Updates `actions/deploy-pages` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](actions/deploy-pages@v4.0.4...v4.0.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: nim-works/setup-nimskull
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 6002938 commit f578b77
Showing 1 changed file with 6 additions and 6 deletions.
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/checkout@v4.1.1
uses: actions/checkout@v4.1.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/setup-nimskull@0.1.0
uses: nim-works/setup-nimskull@0.1.2
with:
nimskull-version: ${{ matrix.compiler.version }}

- name: Fetch nimble source for nimskull
if: matrix.compiler.name == 'nimskull'
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.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/download-artifact@v4.1.4
uses: actions/download-artifact@v4.1.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/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.6
with:
name: github-pages
path: page/artifact.tar
Expand All @@ -222,7 +222,7 @@ jobs:

- name: Deploy page
id: deployment
uses: actions/deploy-pages@v4.0.4
uses: actions/deploy-pages@v4.0.5

passed:
needs: build
Expand Down

0 comments on commit f578b77

Please sign in to comment.