feat: bump uris , bitflags to the newest and to 2024#302
Open
Decodetalkers wants to merge 2 commits intogluon-lang:masterfrom
Open
feat: bump uris , bitflags to the newest and to 2024#302Decodetalkers wants to merge 2 commits intogluon-lang:masterfrom
Decodetalkers wants to merge 2 commits intogluon-lang:masterfrom
Conversation
|
Great work, thank you! 🚀 @Marwes when can this be reviewed and merged? |
|
@Decodetalkers Maybe you want to add this: diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
new file mode 100644
--- /dev/null (revision d67320d6b737eb91523448700ce346a6c5f3d3e6)
+++ b/.github/dependabot.yaml (revision d67320d6b737eb91523448700ce346a6c5f3d3e6)
@@ -0,0 +1,17 @@
+# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates#setting-up-a-cooldown-period-for-dependency-updates
+
+version: 2
+updates:
+ - package-ecosystem: cargo
+ directory: /
+ schedule:
+ interval: weekly
+ - package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: weekly
+ # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--
+ groups:
+ actions:
+ # Combine all images of last week
+ patterns: ["*"]
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
--- a/.github/workflows/rust.yml (revision 4d9a9d8dcb83cd6b5302e84228d67b6256c85798)
+++ b/.github/workflows/rust.yml (revision d67320d6b737eb91523448700ce346a6c5f3d3e6)
@@ -23,7 +23,7 @@
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with: |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.