Skip to content

Commit

Permalink
Merge pull request #3 from DiamondLightSource/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/minor-f619e0a0e3

Bump the minor group with 3 updates
  • Loading branch information
iamvigneshwars authored May 1, 2024
2 parents 744c92d + 65dedb3 commit 9882491
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
DATABASE_URL: mysql://root:rootpassword@localhost/ispyb_build
steps:
- name: Checkout source
uses: actions/[email protected].2
uses: actions/[email protected].4

- name: Install dependencies
uses: awalsh128/[email protected]
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
DATABASE_URL: mysql://root:rootpassword@localhost/ispyb_build
steps:
- name: Checkout source
uses: actions/[email protected].2
uses: actions/[email protected].4

- name: Install dependencies
uses: awalsh128/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
packages: write
steps:
- name: Checkout Code
uses: actions/[email protected].2
uses: actions/[email protected].4

- name: Generate Image Name
run: echo IMAGE_REPOSITORY=ghcr.io/$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]' | tr '[_]' '[\-]') >> $GITHUB_ENV
Expand All @@ -46,7 +46,7 @@ jobs:
type=raw,value=latest
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v3.3.0
with:
driver-opts: network=host

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v3.3.0

- name: Create .env file
run: touch .devcontainer/opa.env

- name: Build dev container
uses: devcontainers/[email protected].1900000348
uses: devcontainers/[email protected].1900000349
2 changes: 1 addition & 1 deletion .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
DATABASE_URL: mysql://root:rootpassword@localhost:3306/ispyb_build
steps:
- name: Checkout source
uses: actions/[email protected].2
uses: actions/[email protected].4

- name: Install stable toolchain
uses: actions-rs/[email protected]
Expand Down

0 comments on commit 9882491

Please sign in to comment.