Skip to content

Bump cloud.google.com/go/storage from 1.44.0 to 1.45.0 (#37) #55

Bump cloud.google.com/go/storage from 1.44.0 to 1.45.0 (#37)

Bump cloud.google.com/go/storage from 1.44.0 to 1.45.0 (#37) #55

Workflow file for this run

name: Run Unit Tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Run Unit Tests
run: make test-unit