-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update blog posts for 2024-09-17T00:49:43Z
- Loading branch information
github-actions
committed
Sep 17, 2024
1 parent
3096e8a
commit 25b2d9e
Showing
6 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
title: Python setup uv | ||
date: 2024-09-17 00:49:41 +00:00 | ||
tags: | ||
- astral-sh | ||
- GitHub Actions | ||
draft: false | ||
repo: astral-sh/setup-uv | ||
marketplace: https://github.com/marketplace/actions/python-setup-uv | ||
version: v3.0.0 | ||
dependentsNumber: "470" | ||
--- | ||
|
||
|
||
Version updated for **astral-sh/setup-uv** to version **v3.0.0**. | ||
- This action is used across all versions by **470** repositories. | ||
|
||
Go to the [GitHub Marketplace](https://github.com/marketplace/actions/python-setup-uv) to find the latest changes. | ||
|
||
## Release notes | ||
|
||
## Changes | ||
|
||
With this release `cache-dependency-glob` defaults to `**/uv.lock`. | ||
This is in line with what most users would expect and also mirrors the default behaviors for setup-python which use `**/requirements.txt`, `**/Pipfile.lock` or `**/poetry.lock`. | ||
|
||
The previous default led to the cache being created only once and never invalidated or updated even when the dependencies changed. | ||
|
||
This change only affects you if you are using `enable-cache: true` without specifying `cache-dependency-glob`. The only behavioral change you might see is one time cache miss. | ||
|
||
Learn more about `cache-dependency-glob` in the [README section](https://github.com/astral-sh/setup-uv?tab=readme-ov-file#cache-dependency-glob). | ||
|
||
## 🚨 Breaking changes | ||
|
||
- Set the cache-dependency-glob default to `**/uv.lock` @eifinger (#77) | ||
|
||
## 🧰 Maintenance | ||
|
||
- Run prettier @eifinger (#78) | ||
- Add .idea files to gitignore @eifinger (#76) | ||
|
||
## ⬆️ Dependency updates | ||
|
||
- Bump eslint-plugin-github from 5.0.1 to 5.0.2 @dependabot (#69) | ||
- Bump typescript from 5.5.4 to 5.6.2 @dependabot (#64) | ||
- Bump @types/node from 22.5.4 to 22.5.5 @dependabot (#74) | ||
- Bump peter-evans/create-pull-request from 7.0.2 to 7.0.3 @dependabot (#75) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: typos-action | ||
date: 2024-09-17 00:49:38 +00:00 | ||
tags: | ||
- crate-ci | ||
- GitHub Actions | ||
draft: false | ||
repo: crate-ci/typos | ||
marketplace: https://github.com/marketplace/actions/typos-action | ||
version: v1.24.6 | ||
dependentsNumber: "34" | ||
--- | ||
|
||
|
||
Version updated for **crate-ci/typos** to version **v1.24.6**. | ||
- This action is used across all versions by **34** repositories. | ||
|
||
Go to the [GitHub Marketplace](https://github.com/marketplace/actions/typos-action) to find the latest changes. | ||
|
||
## Release notes | ||
|
||
## [1.24.6] - 2024-09-16 | ||
|
||
### Fixes | ||
|
||
- Respect negation (`!`) in `extend-exclude` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: Evergreen action | ||
date: 2024-09-17 00:49:36 +00:00 | ||
tags: | ||
- github | ||
- GitHub Actions | ||
draft: false | ||
repo: github/evergreen | ||
marketplace: https://github.com/marketplace/actions/evergreen-action | ||
version: v1.14.1 | ||
dependentsNumber: "17" | ||
--- | ||
|
||
|
||
Version updated for **github/evergreen** to version **v1.14.1**. | ||
- This publisher is shown as 'verified' by GitHub. | ||
- This action is used across all versions by **17** repositories. | ||
|
||
Go to the [GitHub Marketplace](https://github.com/marketplace/actions/evergreen-action) to find the latest changes. | ||
|
||
## Release notes | ||
|
||
# Changelog | ||
## 🚀 Features | ||
|
||
- feat: schedule and schedule day environment variables @jmeridth (#222) | ||
|
||
## 🧰 Maintenance | ||
|
||
- chore(deps): bump python from 3.12-slim to 3.12.6-slim in the dependencies group @dependabot (#219) | ||
- chore(deps): bump types-requests from 2.32.0.20240712 to 2.32.0.20240907 @dependabot (#220) | ||
|
||
See details of [all code changes](https://github.com/github/evergreen/compare/v1.14.0...v1.14.1) since previous release | ||
|
Empty file.
Empty file.
Empty file.