Skip to content

Commit

Permalink
ci: Use actions/checkout@v4 instead of v3
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Jan 24, 2024
1 parent 12a3e77 commit 4141340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build Podman images
run: podman-compose -f docker-compose-deploy.yml build
- name: Deploy Podman images
Expand Down

0 comments on commit 4141340

Please sign in to comment.