Branch: refs/heads/dependabot/github_actions/actions/checkout-4
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Committer: GitHub <noreply(a)github.com>
Date: Mon, 12 Feb 2024 22:37:13 UTC
Commit: 0eca441248c2fed63baf6cb851c24a710d0d8028
https://github.com/geany/geany/commit/0eca441248c2fed63baf6cb851c24a710d0d8…
Log Message:
-----------
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Modified Paths:
--------------
.github/workflows/build.yml
Modified: .github/workflows/build.yml
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -45,7 +45,7 @@ jobs:
CXX: ccache g++
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
# create and use a timestamp for the cache key: GH Actions will never update a cache
# only use an existing cache item or create a new one. To use an existing cache *and*
@@ -117,7 +117,7 @@ jobs:
CXX: ccache g++
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
# create and use a timestamp for the cache key: GH Actions will never update a cache
# only use an existing cache item or create a new one. To use an existing cache *and*
@@ -183,10 +183,10 @@ jobs:
steps:
- name: Checkout Geany
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Checkout Build Scripts
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
ref: master
repository: geany/infrastructure
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Committer: GitHub <noreply(a)github.com>
Date: Mon, 12 Feb 2024 22:37:13 UTC
Commit: 0eca441248c2fed63baf6cb851c24a710d0d8028
https://github.com/geany/geany/commit/0eca441248c2fed63baf6cb851c24a710d0d8…
Log Message:
-----------
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Modified Paths:
--------------
.github/workflows/build.yml
Modified: .github/workflows/build.yml
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -45,7 +45,7 @@ jobs:
CXX: ccache g++
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
# create and use a timestamp for the cache key: GH Actions will never update a cache
# only use an existing cache item or create a new one. To use an existing cache *and*
@@ -117,7 +117,7 @@ jobs:
CXX: ccache g++
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
# create and use a timestamp for the cache key: GH Actions will never update a cache
# only use an existing cache item or create a new one. To use an existing cache *and*
@@ -183,10 +183,10 @@ jobs:
steps:
- name: Checkout Geany
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Checkout Build Scripts
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
ref: master
repository: geany/infrastructure
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: andy5995 <arch_stanton5995(a)protonmail.com>
Committer: andy5995 <arch_stanton5995(a)protonmail.com>
Date: Mon, 12 Feb 2024 20:09:06 UTC
Commit: a5d9d5c351faf7350807094377f3d20e3014a7cd
https://github.com/geany/geany/commit/a5d9d5c351faf7350807094377f3d20e3014a…
Log Message:
-----------
Add dependabot.yml
This will cause dependabot to open PRs to bump any actions, such as
"checkout" when never major versions are released.
https://docs.github.com/en/code-security/dependabot/dependabot-version-upda…
Modified Paths:
--------------
.github/dependabot.yml
Modified: .github/dependabot.yml
10 lines changed, 10 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,10 @@
+version: 2
+# Before applying suggested PRs, make sure that the new versions of any
+# updated actions are allowed in
+# https://github.com/organizations/geany/settings/actions
+# Versions are pinned and restricted for security reasons.
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).