Skip to content

Commit d819021

Browse files
committed
ci(actions): bump GitHub Actions dependencies
- Upgrade codecov/codecov-action from v5 to v6 - Upgrade niden/actions-memcached from v7 to v8 - Upgrade supercharge/redis-github-action from 1.8.0 to 1.8.1 - Upgrade supercharge/mongodb-github-action from 1.12.0 to 1.12.1
1 parent 9a54dc3 commit d819021

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919

2020
steps:
2121
- name: Start Redis
22-
uses: supercharge/redis-github-action@1.8.0
22+
uses: supercharge/redis-github-action@1.8.1
2323
with:
2424
redis-version: 4
2525

2626
- name: Start MongoDB 4.2
27-
uses: supercharge/mongodb-github-action@1.12.0
27+
uses: supercharge/mongodb-github-action@1.12.1
2828
with:
2929
mongodb-version: 4.2
3030

@@ -36,7 +36,7 @@ jobs:
3636
postgresql password: testpw
3737
postgresql version: "14"
3838

39-
- uses: niden/actions-memcached@v7
39+
- uses: niden/actions-memcached@v8
4040

4141
- name: Set up Go ${{ matrix.go }}
4242
uses: actions/setup-go@v6
@@ -53,7 +53,7 @@ jobs:
5353
go test -v -covermode=atomic -coverprofile=coverage.out ./...
5454
5555
- name: Upload coverage to Codecov
56-
uses: codecov/codecov-action@v5
56+
uses: codecov/codecov-action@v6
5757

5858
vulnerability-scanning:
5959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)