Skip to content

Commit

Permalink
chore(workflows): update github-actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
missionlane-renovate[bot] authored Sep 4, 2023
1 parent ac34c1f commit 82df160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Prepare
id: prep
run: |
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
password: ${{ secrets.ARTIFACTORY_PASSWORD }}

- name: Build and Push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
allow: network.host
push: true
Expand Down

0 comments on commit 82df160

Please sign in to comment.