Skip to content

Commit 0503a17

Browse files
committed
Merge branch 'main' of github.com:Robotic-Decision-Making-Lab/ros2-template
2 parents 06c2a50 + 83bc6d2 commit 0503a17

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: recursive
2929

3030
- name: Log into registry
31-
uses: docker/login-action@v3.0.0
31+
uses: docker/login-action@v3.2.0
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}

.github/workflows/docker.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Log into registry
3131
if: env.PUSH == 'true'
32-
uses: docker/login-action@v3.0.0
32+
uses: docker/login-action@v3.2.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}
@@ -38,14 +38,14 @@ jobs:
3838
- name: Extract Docker metadata
3939
if: env.PUSH == 'true'
4040
id: meta
41-
uses: docker/[email protected].0
41+
uses: docker/[email protected].1
4242
with:
4343
images: ghcr.io/${{ github.repository }}
4444
tags: |
4545
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
4646
4747
- name: Build and push Docker image
48-
uses: docker/build-push-action@v5.1.0
48+
uses: docker/build-push-action@v5.3.0
4949
with:
5050
context: .
5151
file: .docker/Dockerfile
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Log into registry
7878
if: env.PUSH == 'true'
79-
uses: docker/login-action@v3.0.0
79+
uses: docker/login-action@v3.2.0
8080
with:
8181
registry: ghcr.io
8282
username: ${{ github.actor }}
@@ -85,14 +85,14 @@ jobs:
8585
- name: Extract Docker metadata
8686
if: env.PUSH == 'true'
8787
id: meta
88-
uses: docker/[email protected].0
88+
uses: docker/[email protected].1
8989
with:
9090
images: ghcr.io/${{ github.repository }}
9191
tags: |
9292
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
9393
9494
- name: Build and push Docker image
95-
uses: docker/build-push-action@v5.1.0
95+
uses: docker/build-push-action@v5.3.0
9696
with:
9797
context: .
9898
file: .docker/Dockerfile
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Log into registry
120120
if: env.PUSH == 'true'
121-
uses: docker/login-action@v3.0.0
121+
uses: docker/login-action@v3.2.0
122122
with:
123123
registry: ghcr.io
124124
username: ${{ github.actor }}
@@ -127,14 +127,14 @@ jobs:
127127
- name: Extract Docker metadata
128128
if: env.PUSH == 'true'
129129
id: meta
130-
uses: docker/[email protected].0
130+
uses: docker/[email protected].1
131131
with:
132132
images: ghcr.io/${{ github.repository }}
133133
tags: |
134134
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
135135
136136
- name: Build and push Docker image
137-
uses: docker/build-push-action@v5.1.0
137+
uses: docker/build-push-action@v5.3.0
138138
with:
139139
context: .
140140
file: .docker/Dockerfile
@@ -159,7 +159,7 @@ jobs:
159159

160160
- name: Log into registry
161161
if: env.PUSH == 'true'
162-
uses: docker/login-action@v3.0.0
162+
uses: docker/login-action@v3.2.0
163163
with:
164164
registry: ghcr.io
165165
username: ${{ github.actor }}
@@ -168,14 +168,14 @@ jobs:
168168
- name: Extract Docker metadata
169169
if: env.PUSH == 'true'
170170
id: meta
171-
uses: docker/[email protected].0
171+
uses: docker/[email protected].1
172172
with:
173173
images: ghcr.io/${{ github.repository }}
174174
tags: |
175175
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
176176
177177
- name: Build and push Docker image
178-
uses: docker/build-push-action@v5.1.0
178+
uses: docker/build-push-action@v5.3.0
179179
with:
180180
context: .
181181
file: .docker/Dockerfile

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: sudo apt-get install clang-format-14
2525

2626
- name: Run pre-commit
27-
uses: pre-commit/[email protected].0
27+
uses: pre-commit/[email protected].1
2828
id: precommit
2929

3030
- name: Upload pre-commit changes

0 commit comments

Comments
 (0)