Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

Commit e9a2103

Browse files
committed
Merge remote-tracking branch 'origin/renovate/simple_logger-2.x'
2 parents 1e08ea3 + 04e16fd commit e9a2103

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Build Image
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- '**'
6+
pull_request:
7+
branches:
8+
- '**'
39
jobs:
410
build:
511
runs-on: ubuntu-latest

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda-rotate-google-service-user"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Marc Mettke <marc@itmettke.de>"]
55
edition = "2021"
66
description = "Rotate Google Service User Credentials"
@@ -24,4 +24,4 @@ log = "0.4"
2424
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
2525
serde = { version = "1", features = ["derive"] }
2626
serde_json = "1"
27-
simple_logger = "1"
27+
simple_logger = "2"

0 commit comments

Comments
 (0)