Skip to content

Commit

Permalink
Update blog posts for 2024-09-19T16:46:11Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 19, 2024
1 parent cdd5113 commit d86333b
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Skyline DataMiner Deploy Action
date: 2024-09-19 16:45:59 +00:00
tags:
- SkylineCommunications
- GitHub Actions
draft: false
repo: SkylineCommunications/Skyline-DataMiner-Deploy-Action
marketplace: https://github.com/marketplace/actions/skyline-dataminer-deploy-action
version: v1.1.2
dependentsNumber: "528"
---


Version updated for **SkylineCommunications/Skyline-DataMiner-Deploy-Action** to version **v1.1.2**.
- This action is used across all versions by **528** repositories.

Go to the [GitHub Marketplace](https://github.com/marketplace/actions/skyline-dataminer-deploy-action) to find the latest changes.

## Release notes

### Updates:
- **New Feature**: The `solution-path` input is now optional. If not provided, the action will automatically search for a `.sln` file within the working directory when needed.
- **Fix**: The `solution-path` input can now reference a subfolder within your workspace.

## What's Changed
* **Fix**: Added support for locating the solution file inside subfolders by [@janstaelensskyline](https://github.com/janstaelensskyline) in [PR #82](https://github.com/SkylineCommunications/Skyline-DataMiner-Deploy-Action/pull/82).

**Full Changelog**: [Compare v1...v1.1.2](https://github.com/SkylineCommunications/Skyline-DataMiner-Deploy-Action/compare/v1...v1.1.2)
38 changes: 38 additions & 0 deletions content/posts/2024/09/19-16-actions-setup-node.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: Setup Node.js environment
date: 2024-09-19 16:46:09 +00:00
tags:
- actions
- GitHub Actions
draft: false
repo: actions/setup-node
marketplace: https://github.com/marketplace/actions/setup-node-js-environment
version: v4.0.4
dependentsNumber: "2,228,111"
---


Version updated for **actions/setup-node** to version **v4.0.4**.
- This publisher is shown as 'verified' by GitHub.
- This action is used across all versions by **2,228,111** repositories.

Go to the [GitHub Marketplace](https://github.com/marketplace/actions/setup-node-js-environment) to find the latest changes.

## Release notes

## What's Changed

* Add workflow file for publishing releases to immutable action package by @Jcambass in https://github.com/actions/setup-node/pull/1125
* Enhance Windows ARM64 Setup and Update micromatch Dependency by @priyagupta108 in https://github.com/actions/setup-node/pull/1126

### Documentation changes:
* Documentation update in the README file by @suyashgaonkar in https://github.com/actions/setup-node/pull/1106
* Correct invalid 'lts' version string reference by @fulldecent in https://github.com/actions/setup-node/pull/1124

## New Contributors
* @suyashgaonkar made their first contribution in https://github.com/actions/setup-node/pull/1106
* @priyagupta108 made their first contribution in https://github.com/actions/setup-node/pull/1126
* @Jcambass made their first contribution in https://github.com/actions/setup-node/pull/1125
* @fulldecent made their first contribution in https://github.com/actions/setup-node/pull/1124

**Full Changelog**: https://github.com/actions/setup-node/compare/v4...v4.0.4
33 changes: 33 additions & 0 deletions content/posts/2024/09/19-16-emilpriver-geni.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: emilpriver/geni
date: 2024-09-19 16:46:06 +00:00
tags:
- emilpriver
- GitHub Actions
draft: false
repo: emilpriver/geni
marketplace: https://github.com/marketplace/actions/emilpriver-geni
version: v1.1.3
dependentsNumber: "0"
---


Version updated for **emilpriver/geni** to version **v1.1.3**.
- This action is used across all versions by **0** repositories.

Go to the [GitHub Marketplace](https://github.com/marketplace/actions/emilpriver-geni) to find the latest changes.

## Release notes

## What's Changed
* Bump serde from 1.0.209 to 1.0.210 by @dependabot in https://github.com/emilpriver/geni/pull/182
* Bump clap from 4.5.16 to 4.5.17 by @dependabot in https://github.com/emilpriver/geni/pull/180
* Bump anyhow from 1.0.86 to 1.0.87 by @dependabot in https://github.com/emilpriver/geni/pull/179
* Bump sqlx from 0.8.1 to 0.8.2 by @dependabot in https://github.com/emilpriver/geni/pull/178
* Bump serde_json from 1.0.127 to 1.0.128 by @dependabot in https://github.com/emilpriver/geni/pull/181
* Bump anyhow from 1.0.87 to 1.0.88 by @dependabot in https://github.com/emilpriver/geni/pull/183
* Bump anyhow from 1.0.88 to 1.0.89 by @dependabot in https://github.com/emilpriver/geni/pull/184
* Added ; separator to schema.sql output from `sqlite_master` by @emilpriver in https://github.com/emilpriver/geni/pull/186


**Full Changelog**: https://github.com/emilpriver/geni/compare/v1.1.2...v1.1.3
47 changes: 47 additions & 0 deletions content/posts/2024/09/19-16-github-issue-metrics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: issue-metrics
date: 2024-09-19 16:46:04 +00:00
tags:
- github
- GitHub Actions
draft: false
repo: github/issue-metrics
marketplace: https://github.com/marketplace/actions/issue-metrics
version: v3.10.0
dependentsNumber: "240"
---


Version updated for **github/issue-metrics** to version **v3.10.0**.
- This publisher is shown as 'verified' by GitHub.
- This action is used across all versions by **240** repositories.

Go to the [GitHub Marketplace](https://github.com/marketplace/actions/issue-metrics) to find the latest changes.

## Release notes

# Changelog
## 🚀 Features

- feat: add non-mentioning links option @willcl-ark (#370)

## 🐛 Bug Fixes

- fix: typo in README @jmeridth (#371)

## 🧰 Maintenance

- chore(deps): bump github/codeql-action from 3.26.6 to 3.26.7 in the dependencies group @dependabot (#369)
- chore(deps): bump types-requests from 2.32.0.20240907 to 2.32.0.20240914 @dependabot (#368)
- chore(deps): bump the dependencies group with 3 updates @dependabot (#367)
- chore(deps): bump python from `c24c34b` to `15bad98` @dependabot (#366)
- chore(deps): bump numpy from 2.1.0 to 2.1.1 in the dependencies group @dependabot (#361)
- chore(deps): bump python from `59c7332` to `c24c34b` @dependabot (#360)
- chore(deps): bump types-requests from 2.32.0.20240712 to 2.32.0.20240907 @dependabot (#362)
- chore(deps): bump pylint from 3.2.6 to 3.2.7 in the dependencies group @dependabot (#358)
- chore(deps): bump the dependencies group with 4 updates @dependabot (#357)
- chore(deps): bump mypy from 1.11.1 to 1.11.2 in the dependencies group @dependabot (#354)
- chore(deps): bump the dependencies group with 2 updates @dependabot (#355)

See details of [all code changes](https://github.com/github/issue-metrics/compare/v3.9.0...v3.10.0) since previous release

32 changes: 32 additions & 0 deletions content/posts/2024/09/19-16-robvanderleek-create-issue-branch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Create Issue Branch
date: 2024-09-19 16:46:01 +00:00
tags:
- robvanderleek
- GitHub Actions
draft: false
repo: robvanderleek/create-issue-branch
marketplace: https://github.com/marketplace/actions/create-issue-branch
version: v1.8.0
dependentsNumber: "0"
---


Version updated for **robvanderleek/create-issue-branch** to version **v1.8.0**.
- This action is used across all versions by **0** repositories.

Go to the [GitHub Marketplace](https://github.com/marketplace/actions/create-issue-branch) to find the latest changes.

## Release notes

# [1.8.0](https://github.com/robvanderleek/create-issue-branch/compare/v1.7.0...v1.8.0) (2024-09-19)


### Features

* ✨ Automatically delete branches when issues are closed ([#883](https://github.com/robvanderleek/create-issue-branch/issues/883)) ([4ab03bb](https://github.com/robvanderleek/create-issue-branch/commit/4ab03bb3113befb262a25b8ddb80d6aee2f89565))
* ✨ Dockerize action code ([#911](https://github.com/robvanderleek/create-issue-branch/issues/911)) ([3367aab](https://github.com/robvanderleek/create-issue-branch/commit/3367aabb7c1c9574e8dd9a283df3cf974769eda5))




0 comments on commit d86333b

Please sign in to comment.