Skip to content

Commit

Permalink
bump actions checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed Oct 30, 2023
1 parent c362d2b commit 0f0a559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- run: docker build -f Dockerfile -t subdirectory/subshell:${{ github.sha }} .
name: docker build
Expand Down

0 comments on commit 0f0a559

Please sign in to comment.