Skip to content

Commit d910b29

Browse files
committed
bumping versions in the release pipeline
1 parent b112e48 commit d910b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: "IMG=ghcr.io/srl-labs/srl-controller:$GITHUB_REF_NAME make only-docker-build"
6363

6464
- name: Login to GitHub Container Registry
65-
uses: docker/login-action@v2
65+
uses: docker/login-action@v3
6666
with:
6767
registry: ghcr.io
6868
username: ${{ github.actor }}
@@ -75,6 +75,6 @@ jobs:
7575
docker push ghcr.io/srl-labs/srl-controller:latest
7676
7777
- name: Create GH release
78-
uses: softprops/action-gh-release@v1
78+
uses: softprops/action-gh-release@v2
7979
with:
8080
generate_release_notes: true

0 commit comments

Comments
 (0)