File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 build-test :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4.2.2
14+ - uses : actions/checkout@v6.0.0
1515 - name : Build the Docker image
1616 run : docker build --target builder --file Dockerfile --tag majodev/go-docker-vscode:${GITHUB_SHA:8} .
1717 - name : Create container
Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@v4.2.2
37+ uses : actions/checkout@v6.0.0
3838 with :
3939 # We must fetch at least the immediate parents so that if this is
4040 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v4.2.2
18+ uses : actions/checkout@v6.0.0
1919
2020 - name : Build an image from Dockerfile
2121 run : |
You can’t perform that action at this time.
0 commit comments