Skip to content

Commit 7282afd

Browse files
authored
Update GitHub Actions automatically (#362)
1 parent efb57a8 commit 7282afd

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
run-tests:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Bazel output cache
1313
id: cache-bazel
1414
uses: actions/cache@v3

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
bazel_installer_sha: 35f398ad93af2b5eadd4b6b4fd4d4803b726029e572f40c4e1fe736db3de944b
2323
bazel_version: 4.2.1
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626
- name: Bazel output cache
2727
id: cache-bazel
2828
uses: actions/cache@v1
@@ -69,7 +69,7 @@ jobs:
6969
needs: native-image
7070
runs-on: ubuntu-20.04
7171
steps:
72-
- uses: actions/checkout@v2
72+
- uses: actions/checkout@v4
7373
- name: Download linux bazel-deps
7474
uses: actions/download-artifact@v1
7575
with:

0 commit comments

Comments
 (0)